Port to Qt5 on GNU/Linux

This commit is contained in:
Alexandre Quessy
2014-10-16 21:27:06 -04:00
parent 7e89ee4ed7
commit ecf0efe956
5 changed files with 36 additions and 5 deletions

View File

@@ -1157,6 +1157,10 @@ void MainWindow::createActions()
connect(stickyVertices, SIGNAL(toggled(bool)), outputWindow->getCanvas(), SLOT(enableStickyVertices(bool)));
}
void MainWindow::enableFullscreen()
{
outputWindowFullScreen->trigger();
}
void MainWindow::createMenus()
{
QMenuBar *menuBar = NULL;