Add autocomplete to novacoin-qt's console window
[novacoin.git] / src / qt / rpcconsole.h
index aa8c8f3..d5f9b69 100644 (file)
@@ -2,6 +2,7 @@
 #define RPCCONSOLE_H
 
 #include <QWidget>
+#include <QCompleter>
 
 namespace Ui {
     class RPCConsole;
@@ -82,6 +83,7 @@ private:
     int historyPtr;
 
     void startExecutor();
+    QCompleter *autoCompleter;
 };
 
 #endif // RPCCONSOLE_H