diff options
| author | Tannin <sherb@gmx.net> | 2015-12-18 20:16:28 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-12-18 20:16:28 +0100 |
| commit | 568b2abc1244228670a0d0e1dea768d8a7d8727e (patch) | |
| tree | a096a45b9e486177a3e1bf73f43973601d18db26 /src/mainwindow.h | |
| parent | e60e2858d8b6c40150ae0dee2ba267fecfa17979 (diff) | |
removed close-mo feature
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 489f9145..49476bf3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -209,7 +209,7 @@ private: bool extractProgress(QProgressDialog &extractProgress, int percentage, std::string fileName);
- int checkForProblems();
+ size_t checkForProblems();
int getBinaryExecuteInfo(const QFileInfo &targetInfo, QFileInfo &binaryInfo, QString &arguments);
QTreeWidgetItem *addFilterItem(QTreeWidgetItem *root, const QString &name, int categoryID, ModListSortProxy::FilterType type);
|
