]> Git Repo - VerusCoin.git/blobdiff - src/qt/intro.h
Cleanup code using forward declarations.
[VerusCoin.git] / src / qt / intro.h
index b246c65a829dc33ec54d67caf811b307e1f5d902..72693d5544f3e63370d9045bdd712ef0d3fc244f 100644 (file)
@@ -1,14 +1,19 @@
+// Copyright (c) 2011-2013 The Bitcoin developers
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
 #ifndef INTRO_H
 #define INTRO_H
 
 #include <QDialog>
-#include <QThread>
 #include <QMutex>
+#include <QThread>
+
+class FreespaceChecker;
 
 namespace Ui {
 class Intro;
 }
-class FreespaceChecker;
 
 /** Introduction screen (pre-GUI startup).
   Allows the user to choose a data directory,
@@ -31,12 +36,13 @@ 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.
      */
     static QString getDefaultDataDirectory();
+
 signals:
     void requestCheck();
     void stopThread();
This page took 0.023255 seconds and 4 git commands to generate.