summaryrefslogtreecommitdiff
path: root/src/modlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlist.h')
-rw-r--r--src/modlist.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h
index 73a49745..6a10cb3e 100644
--- a/src/modlist.h
+++ b/src/modlist.h
@@ -40,6 +40,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <QVector>
+class QSortFilterProxyModel;
+
/**
* Model presenting an overview of the installed mod
* This is used in a view in the main window of MO. It combines general information about
@@ -261,6 +263,12 @@ private:
ModStates state(unsigned int modIndex) const;
+ bool moveSelection(QAbstractItemView *itemView, int direction);
+
+ bool deleteSelection(QAbstractItemView *itemView);
+
+ bool toggleSelection(QAbstractItemView *itemView);
+
private slots:
private: