diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-11 23:34:54 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-11 23:34:54 -0400 |
| commit | 06218502ed5379555eda1504e6b05f2ef6dfb292 (patch) | |
| tree | 801c9efe4021ad1fc7e0c16f94c5a8111f80fc8c /src/mainwindow.h | |
| parent | 09f98576e882a5fef68cdefdff939834a8782eaa (diff) | |
fixes for ExpanderWidget
removed dead code in MainWindow
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 6f06b9d5..1f997ab1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -489,9 +489,6 @@ private slots: void doMoveOverwriteContentToMod(const QString &modAbsolutePath); void clearOverwrite(); - void procError(QProcess::ProcessError error); - void procFinished(int exitCode, QProcess::ExitStatus exitStatus); - // nexus related void checkModsForUpdates(); |
