File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ void setSafariExtensionEnabled(bool value) {
157157
158158int main (int argc, char * argv[])
159159{
160+ id starting = takeValue (WebEidStarting);
161+ NSLog (@" web-eid-safari: is starting %@ " , starting);
162+
160163 Q_INIT_RESOURCE (web_eid_resources);
161164 Q_INIT_RESOURCE (translations);
162165
@@ -171,6 +174,8 @@ int main(int argc, char* argv[])
171174
172175 try {
173176 if (auto args = app.parseArgs ()) {
177+ NSLog (@" web-eid-safari: running with arguments" );
178+
174179 Controller controller (std::move (args));
175180
176181 QObject::connect (&controller, &Controller::quit, &app, &QApplication::quit);
@@ -187,8 +192,6 @@ int main(int argc, char* argv[])
187192 qCritical () << error;
188193 }
189194
190- id starting = takeValue (WebEidStarting);
191- NSLog (@" web-eid-safari: is starting %@ " , starting);
192195 if (![(NSNumber *)starting boolValue ]) {
193196 WebEidDialog::showAboutPage ();
194197 }
You can’t perform that action at this time.
0 commit comments