mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-02 23:20:20 +00:00
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:
parent
6e02e9d5b7
commit
ec8c2b9368
1 changed files with 0 additions and 4 deletions
|
@ -161,7 +161,3 @@ void MainWindow::on_actionUserManual_triggered()
|
||||||
{
|
{
|
||||||
qDebug("actionUserManual");
|
qDebug("actionUserManual");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "mainwindow.moc"
|
|
||||||
|
|
Loading…
Reference in a new issue