diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-07 16:29:11 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-10 20:45:37 -0400 |
| commit | 724945ab33864c1fd8d3162bdd85ca66f8bb311d (patch) | |
| tree | 5b6d2592f7443e05bd121d449f81cd4f2c574f04 /src/mainwindow.h | |
| parent | e73c309f08eff98f0dbd2590f594a83b67431eac (diff) | |
removed useless validationFailed() callback in MainWindow
moved the log that was in it to organizer core
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index eee269cf..80508787 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -510,8 +510,6 @@ private slots: // nexus related void checkModsForUpdates(); - void validationFailed(const QString &message); - void linkClicked(const QString &url); void updateAvailable(); |
