mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 06:32:55 -04:00
Remove unnecessary dependencies in android-notify-service
This commit is contained in:
parent
feae9f5850
commit
180a5b19a7
2 changed files with 0 additions and 13 deletions
|
@ -24,19 +24,11 @@
|
|||
#include <QDir>
|
||||
#include <QThread>
|
||||
|
||||
#ifdef __ANDROID__
|
||||
# include "util/androiddebug.h"
|
||||
#endif
|
||||
|
||||
#include "libresapilocalclient.h"
|
||||
#include "notificationsbridge.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
#ifdef __ANDROID__
|
||||
AndroidStdIOCatcher dbg; (void) dbg;
|
||||
#endif
|
||||
|
||||
QCoreApplication app(argc, argv);
|
||||
|
||||
QString sockPath = QDir::homePath() + "/.retroshare";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue