comparison libgui/src/octave-qt-link.cc @ 18712:6113e0c6920b

maint: Clean up extra spaces before/after parentheses.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 13:25:25 -0700
parents dfc6ef6ac455
children cbc838b3020c
comparison
equal deleted inserted replaced
18711:f684f7075aee 18712:6113e0c6920b
98 98
99 uiwidget_creator.signal_dialog ( 99 uiwidget_creator.signal_dialog (
100 tr ("File\n%1\ndoes not exist. Do you want to create it?"). 100 tr ("File\n%1\ndoes not exist. Do you want to create it?").
101 arg (QDir::currentPath () + QDir::separator () 101 arg (QDir::currentPath () + QDir::separator ()
102 + QString::fromStdString (file)), 102 + QString::fromStdString (file)),
103 tr ("Octave Editor"), "quest", btn, tr ("Yes"), role ); 103 tr ("Octave Editor"), "quest", btn, tr ("Yes"), role);
104 104
105 // Wait while the user is responding to message box. 105 // Wait while the user is responding to message box.
106 uiwidget_creator.wait (); 106 uiwidget_creator.wait ();
107 // The GUI has sent a signal and the process has been awakened. 107 // The GUI has sent a signal and the process has been awakened.
108 QString answer = uiwidget_creator.get_dialog_button (); 108 QString answer = uiwidget_creator.get_dialog_button ();