diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-08-28 17:04:54 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-08-28 17:04:54 -0400 |
commit | f35c6c4fb9d1f06c1ba186c49b582c820679a18c (patch) | |
tree | 44548e9aff5e64cacfc3f49a794eaf918674f7d6 /src/qt/clientmodel.cpp | |
parent | 06707dd610bbdecf3a4e25534ae74bad67ac0a13 (diff) |
Refactor: move alert code from main to alert.cpp/h
Diffstat (limited to 'src/qt/clientmodel.cpp')
-rw-r--r-- | src/qt/clientmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp index 43bce6f289..b820d16abf 100644 --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -4,6 +4,7 @@ #include "addresstablemodel.h" #include "transactiontablemodel.h" +#include "alert.h" #include "main.h" #include "ui_interface.h" |