From 3f323a61feebccda9c7d7c66ade3dd21d7cbddf5 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 12 May 2011 20:16:42 +0200 Subject: clipboard handling --- bitcoin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitcoin.cpp') diff --git a/bitcoin.cpp b/bitcoin.cpp index ebc0570cc..ad9835628 100644 --- a/bitcoin.cpp +++ b/bitcoin.cpp @@ -13,5 +13,7 @@ int main(int argc, char *argv[]) window.show(); + /* Depending on settings: QApplication::setQuitOnLastWindowClosed(false); */ + return app.exec(); } -- cgit v1.2.3