From a2458b25e121bf808cb7c298415569458159032a Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Fri, 5 Sep 2014 17:41:30 +0200 Subject: Forgotten icon of button reload room. Set MainWindow frameless. --- icons/reloadClassroom.svg | 516 +++++++++++++++++++++++++++++++++++ src/server/mainwindow/mainwindow.cpp | 2 +- 2 files changed, 517 insertions(+), 1 deletion(-) create mode 100644 icons/reloadClassroom.svg diff --git a/icons/reloadClassroom.svg b/icons/reloadClassroom.svg new file mode 100644 index 0000000..e3dfe62 --- /dev/null +++ b/icons/reloadClassroom.svg @@ -0,0 +1,516 @@ + + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index aa05472..48afcd8 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -25,7 +25,6 @@ #include "../connectionframe/connectionframe.h" #include "../helpwindow/helpwindow.h" #include "../reloadroomwindow/reloadroomwindow.h" -#include "ui_reloadroom.h" // Network #include "../net/listenserver.h" #include "../net/client.h" @@ -37,6 +36,7 @@ #include "../util/global.h" // Auto-generated ui class #include "ui_mainwindow.h" +#include "ui_reloadroom.h" const QString MainWindow::sStrTutorNdef = tr("No tutor defined."); -- cgit v1.2.3-55-g7522