mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
Removed unused slot
This commit is contained in:
parent
9502e7bf6c
commit
277d3fffe4
@ -690,10 +690,3 @@ void CMainWindow::createTable()
|
|||||||
FloatingWidget->move(QPoint(40, 40));
|
FloatingWidget->move(QPoint(40, 40));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//============================================================================
|
|
||||||
void CMainWindow::onFullscreenActionTriggered()
|
|
||||||
{
|
|
||||||
std::cout << "CMainWindow::onFullscreenActionTriggered()" << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -63,7 +63,6 @@ private slots:
|
|||||||
void createEditor();
|
void createEditor();
|
||||||
void createTable();
|
void createTable();
|
||||||
void onEditorCloseRequested();
|
void onEditorCloseRequested();
|
||||||
void onFullscreenActionTriggered();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MAINWINDOW_H
|
#endif // MAINWINDOW_H
|
||||||
|
Loading…
Reference in New Issue
Block a user