IPC and custom protocol handler for monero://

This commit is contained in:
dsc
2019-03-22 21:02:08 +01:00
committed by xmrdsc
parent ff6ce6294b
commit 18f2accc7f
13 changed files with 354 additions and 15 deletions

11
src/qt/utils.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef UTILS_H
#define UTILS_H
#include <QtCore>
#include <QRegExp>
bool fileExists(QString path);
QString getAccountName();
const static QRegExp reURI = QRegExp("^\\w+:\\/\\/([\\w+\\-?\\-_\\-=\\-&]+)");
#endif // UTILS_H