report url when opening
This commit is contained in:
parent
c5d683f738
commit
7f07404525
3 changed files with 6 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="3.8.4" date="2021-01-29"/>
|
||||
<release version="3.8.4" date="2021-02-01"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749
|
||||
Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9
|
|
@ -64,6 +64,10 @@ bool WebFactory::sendMessageViaEmail(const Message& message) {
|
|||
}
|
||||
|
||||
bool WebFactory::openUrlInExternalBrowser(const QString& url) const {
|
||||
qDebugNN << LOGSEC_NETWORK
|
||||
<< "We are trying to open URL:"
|
||||
<< QUOTE_W_SPACE_DOT(url);
|
||||
|
||||
if (qApp->settings()->value(GROUP(Browser), SETTING(Browser::CustomExternalBrowserEnabled)).toBool()) {
|
||||
const QString browser = qApp->settings()->value(GROUP(Browser), SETTING(Browser::CustomExternalBrowserExecutable)).toString();
|
||||
const QString arguments = qApp->settings()->value(GROUP(Browser), SETTING(Browser::CustomExternalBrowserArguments)).toString();
|
||||
|
|
Loading…
Add table
Reference in a new issue