mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +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));
|
||||
}
|
||||
|
||||
|
||||
//============================================================================
|
||||
void CMainWindow::onFullscreenActionTriggered()
|
||||
{
|
||||
std::cout << "CMainWindow::onFullscreenActionTriggered()" << std::endl;
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,6 @@ private slots:
|
||||
void createEditor();
|
||||
void createTable();
|
||||
void onEditorCloseRequested();
|
||||
void onFullscreenActionTriggered();
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
Loading…
Reference in New Issue
Block a user