forked from Public/monero-gui
src: fix compiler warnings
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user