mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
fix loglevel runtime error
This commit is contained in:
parent
a8e90069d6
commit
8490c69692
@ -107,7 +107,7 @@ public:
|
||||
Q_INVOKABLE QString urlToLocalPath(const QUrl &url) const;
|
||||
Q_INVOKABLE QUrl localPathToUrl(const QString &path) const;
|
||||
|
||||
void setLogLevel(int logLevel);
|
||||
Q_INVOKABLE void setLogLevel(int logLevel);
|
||||
|
||||
Q_INVOKABLE quint64 add(quint64 x, quint64 y) const { return x + y; }
|
||||
Q_INVOKABLE quint64 sub(quint64 x, quint64 y) const { return x - y; }
|
||||
|
Loading…
Reference in New Issue
Block a user