mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Fix compilation and some warnings
This commit is contained in:
parent
30bb84c4a9
commit
17edf3c8de
2 changed files with 9 additions and 7 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <QFileInfo>
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
#include <QThread>
|
||||
|
||||
#ifdef __ANDROID__
|
||||
# include "util/androiddebug.h"
|
||||
|
@ -65,7 +66,7 @@ int main(int argc, char *argv[])
|
|||
qDebug() << "RetroShareAndroidNotifyService waiting for core to"
|
||||
<< "listen on:" << sockPath;
|
||||
|
||||
usleep(2500000);
|
||||
QThread::sleep(2);
|
||||
}
|
||||
|
||||
rsApi.openConnection(sockPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue