X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/e74cc60fefbbbe5452c1fa069a59f2cac1ec4c1b..a333c0d7446e38c3ec93f41c6761a64dbf6f6b0d:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index b0843a5e7..98a6a87f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,10 +25,11 @@ #include static KCmdLineOptions options[] = -{ - { "+[Url]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption -}; + { + { "+[Url]", I18N_NOOP("Document to open"), 0 + }, + KCmdLineLastOption + }; int main(int argc, char **argv) { @@ -64,11 +65,11 @@ int main(int argc, char **argv) #if 0 if (false /* KDE4-TODO: app.isSessionRestored() */) { int n = 1; - while (KMainWindow::canBeRestored(n)){ + while (KMainWindow::canBeRestored(n)) { Dolphin::mainWin().restore(n); ++n; } } else { #endif - return app.exec(); -} + return app.exec(); + }