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>
This commit is contained in:
Alberto Mardegan 2013-04-10 19:00:20 +04:00
parent 6e02e9d5b7
commit ec8c2b9368

View file

@ -161,7 +161,3 @@ void MainWindow::on_actionUserManual_triggered()
{
qDebug("actionUserManual");
}
#include "mainwindow.moc"