mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-06 21:54:41 +00:00
fixed typo
This commit is contained in:
parent
44a68b8345
commit
f553d99c04
@ -30,7 +30,7 @@ SnarlNetworkFrontend::SnarlNetworkFrontend(){
|
|||||||
qDebug()<<"The port is already used";
|
qDebug()<<"The port is already used";
|
||||||
}
|
}
|
||||||
connect(tcpServer, SIGNAL(newConnection()), this, SLOT(handleConnection()));
|
connect(tcpServer, SIGNAL(newConnection()), this, SLOT(handleConnection()));
|
||||||
std::cout<<"The Snarl Network Protokoll is developed for Snarl <http://www.fullphat.net/>"<<std::enl;
|
std::cout<<"The Snarl Network Protokoll is developed for Snarl <http://www.fullphat.net/>"<<std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user