projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a82da
)
Default parameter nullptr widget for openBrowser.
author
allexzander
<blackslayer4@gmail.com>
Mon, 8 Feb 2021 09:50:14 +0000
(11:50 +0200)
committer
Camila (Rebase PR Action)
<hello@camila.codes>
Tue, 9 Feb 2021 08:40:51 +0000
(08:40 +0000)
Signed-off-by: allexzander <blackslayer4@gmail.com>
src/gui/guiutility.h
patch
|
blob
|
history
diff --git
a/src/gui/guiutility.h
b/src/gui/guiutility.h
index 6e2c5f1635345f07ded20125f693d7359d1ba238..ece8b3bd7b6c5efde49ce18cbc2bd3bc97613b7e 100644
(file)
--- a/
src/gui/guiutility.h
+++ b/
src/gui/guiutility.h
@@
-28,7
+28,7
@@
namespace Utility {
*
* If launching the browser fails, display a message.
*/
- bool openBrowser(const QUrl &url, QWidget *errorWidgetParent);
+ bool openBrowser(const QUrl &url, QWidget *errorWidgetParent
= nullptr
);
/** Start composing a new email message.
*