aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r--src/ui/main_window/MainWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp
index 66c240a9..53fce2ca 100644
--- a/src/ui/main_window/MainWindow.cpp
+++ b/src/ui/main_window/MainWindow.cpp
@@ -43,7 +43,7 @@ MainWindow::MainWindow() {
this->setWindowTitle(qApp->applicationName());
}
-void MainWindow::init() noexcept {
+void MainWindow::Init() noexcept {
try {
/* get path where app was started */
setCorner(Qt::BottomLeftCorner, Qt::LeftDockWidgetArea);
@@ -117,7 +117,7 @@ void MainWindow::init() noexcept {
slot_start_wizard();
}
- emit Loaded();
+ emit SignalLoaded();
// if not prohibit update checking
if (!prohibit_update_checking_) {