Revert "Use standard C99 (and Qt) types for 64-bit integers"
[novacoin.git] / src / qt / guiutil.h
index bc4ddb8..94e3314 100644 (file)
@@ -12,6 +12,8 @@ class QUrl;
 QT_END_NAMESPACE
 class SendCoinsRecipient;
 
+/** Static utility functions used by the Bitcoin Qt UI.
+ */
 class GUIUtil
 {
 public: