Render README.md in doxygen properly
[vlp.git] / src / edit / PreferencesDialog.cpp
index 4e7d3a002d6788ecf5b05490efdf289d0152ad07..9d56c94f2358ee1836cf1be1a57093a2973a2a3b 100644 (file)
@@ -1,5 +1,9 @@
 #include "PreferencesDialog.h"
 
+namespace loglan {
+namespace vlp {
+namespace dialog {
+
 PreferencesDialog::PreferencesDialog(QWidget * parent)
        : QDialog(parent)
 {
@@ -42,3 +46,7 @@ void PreferencesDialog::setGenPath(QString path)
 {
        return genPath->setText(path);
 }
+
+}
+}
+}