Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAlarm
Commits
9d243e93
Commit
9d243e93
authored
Aug 24, 2014
by
David Jarvie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete comment
parent
a4e0292e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lib/messagebox.h
lib/messagebox.h
+1
-2
No files found.
lib/messagebox.h
View file @
9d243e93
...
...
@@ -136,7 +136,7 @@ class KAMessageBox : public KMessageBox
static
int
questionYesNoCancel
(
QWidget
*
parent
,
const
QString
&
text
,
const
QString
&
caption
=
QString
(),
const
KGuiItem
&
buttonYes
=
KStandardGuiItem
::
yes
(),
const
KGuiItem
&
buttonNo
=
KStandardGuiItem
::
no
(),
const
KGuiItem
&
buttonCancel
=
KStandardGuiItem
::
cancel
(),
const
KGuiItem
&
buttonCancel
=
KStandardGuiItem
::
cancel
(),
const
QString
&
dontAskAgainName
=
QString
(),
Options
options
=
Options
(
Notify
|
WindowModal
))
{
return
KMessageBox
::
questionYesNoCancel
(
parent
,
text
,
caption
,
buttonYes
,
buttonNo
,
buttonCancel
,
dontAskAgainName
,
options
);
}
...
...
@@ -145,7 +145,6 @@ class KAMessageBox : public KMessageBox
* default button is Cancel, and it defaults to window-modal, not
* application-modal.
* @param parent Parent widget
* @param defaultButton The default button for the message box. Valid values are Continue or Cancel.
* @param text Message string
* @param caption Caption (window title) of the message box
* @param buttonContinue The text for the first button (default = "Continue")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment