diff options
| author | Tannin <devnull@localhost> | 2015-03-01 11:28:49 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-03-01 11:28:49 +0100 |
| commit | d08e0ebab09b0a71c3042cd20b8994ec1c10a525 (patch) | |
| tree | 326a75bae849f2e2ed42cba0914933437bb92f89 /src/modlist.h | |
| parent | 6479f972dccaabb3afadb570583a4269e8a785e4 (diff) | |
- some fixes to how file changes are signaled and delayed
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 8 |
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:
|
