diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2013-06-05 10:56:24 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2013-06-05 10:56:24 -0700 |
commit | c94bd68547df9ba7645305f9813e02d548e8a981 (patch) | |
tree | b29f008e3a4dcc44a349ca93616c4e804a709ee5 /src/qt | |
parent | fc1f360fceaf774393a8eb5c075df469c75519f8 (diff) | |
parent | 6887bb9ad7f6722a64e9fbdf0a780f362dc796a1 (diff) |
Merge pull request #2700 from theuni/gui-split
autotools: Gui split
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 73a5a12efa..76e88b36a7 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -113,6 +113,8 @@ static void handleRunawayException(std::exception *e) #ifndef BITCOIN_QT_TEST int main(int argc, char *argv[]) { + fHaveGUI = true; + // Command-line options take precedence: ParseParameters(argc, argv); |