mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 17:07:25 -04:00
macOS/Windows: fix compiler warning
This commit is contained in:
@@ -37,8 +37,10 @@ bool fileExists(QString path);
|
||||
QByteArray fileOpen(QString path);
|
||||
bool fileWrite(QString path, QString data);
|
||||
QString getAccountName();
|
||||
#ifdef Q_OS_LINUX
|
||||
QString xdgMime(QApplication &app);
|
||||
void registerXdgMime(QApplication &app);
|
||||
#endif
|
||||
const static QRegExp reURI = QRegExp("^\\w+:\\/\\/([\\w+\\-?\\-_\\-=\\-&]+)");
|
||||
QString randomUserAgent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user