diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 27d75ba8..feaedef8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -29,6 +29,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QThread>
#include <QProgressBar>
#include <QTranslator>
+#include <QPluginLoader>
#include "executableslist.h"
#include "modlist.h"
#include "pluginlist.h"
@@ -366,8 +367,6 @@ private slots: BSA::EErrorCode extractBSA(BSA::Archive &archive, BSA::Folder::Ptr folder, const QString &destination, QProgressDialog &extractProgress);
- void syncOverwrite();
-
void createModFromOverwrite();
void procError(QProcess::ProcessError error);
|
