Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
[novacoin.git] / src / qt / optionsdialog.h
index d5238a3..9e1f87c 100644 (file)
@@ -14,6 +14,7 @@ class MainOptionsPage;
 class DisplayOptionsPage;
 class MonitoredDataMapper;
 
+/** Preferences dialog. */
 class OptionsDialog : public QDialog
 {
     Q_OBJECT
@@ -25,6 +26,7 @@ public:
 signals:
 
 public slots:
+    /** Change the current page to \a index. */
     void changePage(int index);
 
 private slots:
@@ -33,6 +35,7 @@ private slots:
     void applyClicked();
     void enableApply();
     void disableApply();
+
 private:
     QListWidget *contents_widget;
     QStackedWidget *pages_widget;