aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-08-24 15:20:37 +0200
committerPhilip Kaufmann <[email protected]>2013-08-24 15:20:37 +0200
commitd9baa28f92603f8c26a50c6165234861deb6b536 (patch)
treec1b92a89d761d0775cb681d8bc31fd0a5581c30d /src/qt/intro.h
parentMerge pull request #2926 from Diapolo/model_checks (diff)
downloaddiscoin-d9baa28f92603f8c26a50c6165234861deb6b536.tar.xz
discoin-d9baa28f92603f8c26a50c6165234861deb6b536.zip
Bitcoin-Qt: add testnet check and icon to intro dialog
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r--src/qt/intro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h
index 788799b7b..8b09847ab 100644
--- a/src/qt/intro.h
+++ b/src/qt/intro.h
@@ -31,7 +31,7 @@ public:
* @note do NOT call global GetDataDir() before calling this function, this
* will cause the wrong path to be cached.
*/
- static void pickDataDirectory();
+ static void pickDataDirectory(bool fIsTestnet);
/**
* Determine default data directory for operating system.