mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-15 20:19:06 +02:00
Port to Qt5 on GNU/Linux
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user