Revert "Use standard C99 (and Qt) types for 64-bit integers"
[novacoin.git] / src / qt / optionsmodel.h
index 7f489c5..775362d 100644 (file)
@@ -5,7 +5,7 @@
 
 class CWallet;
 
-/* Interface from QT to configuration data structure for bitcoin client.
+/** Interface from QT to configuration data structure for bitcoin client.
    To QT, the options are presented as a list with the different options
    laid out vertically.
    This can be changed to a tree once the settings become sufficiently