|
|
|
@ -116,9 +116,6 @@ static void handleRunawayException(std::exception *e)
@@ -116,9 +116,6 @@ static void handleRunawayException(std::exception *e)
|
|
|
|
|
#ifndef BITCOIN_QT_TEST |
|
|
|
|
int main(int argc, char *argv[]) |
|
|
|
|
{ |
|
|
|
|
#if !defined(MAC_OSX) && !defined(WIN32) |
|
|
|
|
// TODO: implement qtipcserver.cpp for Mac and Windows
|
|
|
|
|
|
|
|
|
|
// Do this early as we don't want to bother initializing if we are just calling IPC
|
|
|
|
|
for (int i = 1; i < argc; i++) |
|
|
|
|
{ |
|
|
|
@ -137,7 +134,6 @@ int main(int argc, char *argv[])
@@ -137,7 +134,6 @@ int main(int argc, char *argv[])
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// Internal string conversion is all UTF-8
|
|
|
|
|
QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); |
|
|
|
@ -262,8 +258,6 @@ int main(int argc, char *argv[])
@@ -262,8 +258,6 @@ int main(int argc, char *argv[])
|
|
|
|
|
{ |
|
|
|
|
window.show(); |
|
|
|
|
} |
|
|
|
|
#if !defined(MAC_OSX) && !defined(WIN32) |
|
|
|
|
// TODO: implement qtipcserver.cpp for Mac and Windows
|
|
|
|
|
|
|
|
|
|
// Place this here as guiref has to be defined if we dont want to lose URIs
|
|
|
|
|
ipcInit(); |
|
|
|
@ -282,7 +276,7 @@ int main(int argc, char *argv[])
@@ -282,7 +276,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
app.exec(); |
|
|
|
|
|
|
|
|
|
window.hide(); |
|
|
|
|