forked from Public/monero-gui
IPC and custom protocol handler for monero://
This commit is contained in:
11
src/qt/utils.h
Normal file
11
src/qt/utils.h
Normal 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
|
||||
Reference in New Issue
Block a user