Use explicit resource initialization, apparently needed on some platforms

This commit is contained in:
Wladimir J. van der Laan 2011-06-18 14:25:24 +02:00
parent 7df70c000a
commit 45c4a0b354
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ std::string _(const char* psz)
int main(int argc, char *argv[])
{
Q_INIT_RESOURCE(bitcoin);
QApplication app(argc, argv);
app.setQuitOnLastWindowClosed(false);