Bitcoin-Qt: add testnet check and icon to intro dialog

This commit is contained in:
Philip Kaufmann
2013-08-24 15:20:37 +02:00
parent e9e2ef5fbd
commit d9baa28f92
3 changed files with 8 additions and 3 deletions

View File

@@ -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.