diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-17 11:47:01 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 17:20:40 +0200 |
| commit | d13f6bb870cdda71257f665367be8ef9fca86255 (patch) | |
| tree | 52e214718478f1e52856572f5aa1a2ac58537f9f /src/pluginlistcontextmenu.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/pluginlistcontextmenu.h')
| -rw-r--r-- | src/pluginlistcontextmenu.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/pluginlistcontextmenu.h b/src/pluginlistcontextmenu.h index 0a9a01fe..f7d9757f 100644 --- a/src/pluginlistcontextmenu.h +++ b/src/pluginlistcontextmenu.h @@ -15,11 +15,11 @@ class PluginListContextMenu : public QMenu Q_OBJECT public: - - // creates a new context menu, the given index is the one for the click and should be valid + // creates a new context menu, the given index is the one for the click and should be + // valid // - PluginListContextMenu( - const QModelIndex& index, OrganizerCore& core, PluginListView* modListView); + PluginListContextMenu(const QModelIndex& index, OrganizerCore& core, + PluginListView* modListView); signals: @@ -28,7 +28,6 @@ signals: void openModInformation(unsigned int modIndex); public: - // create the "Send to... " context menu // QMenu* createSendToContextMenu(); @@ -43,12 +42,10 @@ public: void openOriginExplorer(const QModelIndexList& indices); void openOriginInformation(const QModelIndex& index); - OrganizerCore& m_core; QModelIndex m_index; QModelIndexList m_selected; PluginListView* m_view; - }; #endif |
