diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2013-04-10 19:00:20 +0400 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2013-04-10 19:00:20 +0400 |
commit | ec8c2b9368f89bd32808f8f7570394479c11e3d2 (patch) | |
tree | e0d74cadcd16e71086dd727e8b7dcc3c9d9e3bb8 | |
parent | 6e02e9d5b7857d78a4f941b49bf884b1b96a58fe (diff) | |
download | subsurface-ec8c2b9368f89bd32808f8f7570394479c11e3d2.tar.gz |
MainWindow: remove useless include
This was accidentally reintroduced by a previous commit, and was causing
a moc warning.
Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net>
-rw-r--r-- | qt-ui/mainwindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 36b9798ee..56c39015b 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -161,7 +161,3 @@ void MainWindow::on_actionUserManual_triggered() { qDebug("actionUserManual"); } - - - -#include "mainwindow.moc" |