X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fedit%2FPreferencesDialog.cpp;fp=src%2Fedit%2FPreferencesDialog.cpp;h=ff355ce9f9efc65d92aac1cb7e34d14fb47c4862;hb=3a3287b8425c355dbb54fffe6b546367ce32c8ac;hp=4e7d3a002d6788ecf5b05490efdf289d0152ad07;hpb=cec0990bb3507f23b196891002cd25f80e8bbb40;p=vlp.git diff --git a/src/edit/PreferencesDialog.cpp b/src/edit/PreferencesDialog.cpp index 4e7d3a0..ff355ce 100644 --- a/src/edit/PreferencesDialog.cpp +++ b/src/edit/PreferencesDialog.cpp @@ -1,5 +1,8 @@ #include "PreferencesDialog.h" +namespace loglan { +namespace vlp { + PreferencesDialog::PreferencesDialog(QWidget * parent) : QDialog(parent) { @@ -42,3 +45,6 @@ void PreferencesDialog::setGenPath(QString path) { return genPath->setText(path); } + +} +}