aboutsummaryrefslogtreecommitdiff
path: root/src/qt/ipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/ipc.cpp')
-rw-r--r--src/qt/ipc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/ipc.cpp b/src/qt/ipc.cpp
index 0753470e..ae6b061d 100644
--- a/src/qt/ipc.cpp
+++ b/src/qt/ipc.cpp
@@ -99,8 +99,8 @@ bool IPC::saveCommand(QString cmdString){
return true;
}
-bool IPC::saveCommand(const QUrl &url){;
- this->saveCommand(url.toString());
+bool IPC::saveCommand(const QUrl &url){
+ return this->saveCommand(url.toString());
}
void IPC::handleConnection(){