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.cpp | |
| parent | 09f98576e882a5fef68cdefdff939834a8782eaa (diff) | |
fixes for ExpanderWidget
removed dead code in MainWindow
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 657c1a27..054262e9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2561,17 +2561,6 @@ void MainWindow::modInstalled(const QString &modName) modUpdateCheck(IDs); } -void MainWindow::procError(QProcess::ProcessError error) -{ - reportError(tr("failed to spawn notepad.exe: %1").arg(error)); - this->sender()->deleteLater(); -} - -void MainWindow::procFinished(int, QProcess::ExitStatus) -{ - this->sender()->deleteLater(); -} - void MainWindow::showMessage(const QString &message) { MessageDialog::showMessage(message, this); |
