X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fedit%2FPreferencesDialog.cpp;h=9d56c94f2358ee1836cf1be1a57093a2973a2a3b;hb=HEAD;hp=4e7d3a002d6788ecf5b05490efdf289d0152ad07;hpb=abfcef957ac4399d169c9e18404304acc377c1c3;p=vlp.git diff --git a/src/edit/PreferencesDialog.cpp b/src/edit/PreferencesDialog.cpp index 4e7d3a0..9d56c94 100644 --- a/src/edit/PreferencesDialog.cpp +++ b/src/edit/PreferencesDialog.cpp @@ -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); } + +} +} +}