summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-03-27 12:32:23 +0100
committerTannin <devnull@localhost>2013-03-27 12:32:23 +0100
commit10485e15e4de3e1a6c30733ad2d4850591d31509 (patch)
treed4ca59328823e5d6ff8be6f403f0eb8c5c7cf05a /src/mainwindow.h
parentec0ea9df8dabe686d3256665c7ed638660309915 (diff)
- some cleanup to hookdll
- exchanged grouping proxies with existing solution from the kde project
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 25071127..552c1bf6 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -201,8 +201,6 @@ private:
bool extractProgress(QProgressDialog &extractProgress, int percentage, std::string fileName);
- void checkBSAList();
-
bool checkForProblems(QString &problemDescription);
int getBinaryExecuteInfo(const QFileInfo &targetInfo, QFileInfo &binaryInfo, QString &arguments);
@@ -243,7 +241,6 @@ private:
ModList m_ModList;
ModListSortProxy *m_ModListSortProxy;
- QAbstractProxyModel *m_ModListGroupProxy;
PluginList m_PluginList;
PluginListSortProxy *m_PluginListSortProxy;
@@ -374,6 +371,7 @@ private slots:
void addPrimaryCategoryCandidates();
void modDetailsUpdated(bool success);
+ void modlistChanged(int row);
void nxmUpdatesAvailable(const std::vector<int> &modIDs, QVariant userData, QVariant resultData, int requestID);
void nxmEndorsementToggled(int, QVariant, QVariant resultData, int);