diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9af7c2ea..3f72be7f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -218,7 +218,7 @@ int main(int argc, char* argv[]) { // create main window and show it auto main_window = std::make_unique<GpgFrontend::UI::MainWindow>(); - main_window->init(); + main_window->Init(); main_window->show(); return_from_event_loop_code = QApplication::exec(); #ifdef RELEASE |