monero-gui/src/qt/utils.h

12 lines
226 B
C
Raw Normal View History

#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