Skip to content

Commit

Permalink
Put FolderCreationDialog into the OCC namespace.
Browse files Browse the repository at this point in the history
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
  • Loading branch information
ivaradi committed Feb 4, 2021
1 parent 1c1301e commit 4baf25b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/gui/foldercreationdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include <QDialog>

namespace OCC {

namespace Ui {
class FolderCreationDialog;
}
Expand All @@ -40,4 +42,6 @@ private slots:
QString _destination;
};

}

#endif // FOLDERCREATIONDIALOG_H
8 changes: 4 additions & 4 deletions src/gui/foldercreationdialog.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FolderCreationDialog</class>
<widget class="QDialog" name="FolderCreationDialog">
<class>OCC::FolderCreationDialog</class>
<widget class="QDialog" name="OCC::FolderCreationDialog">
<property name="geometry">
<rect>
<x>0</x>
Expand Down Expand Up @@ -67,7 +67,7 @@
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>FolderCreationDialog</receiver>
<receiver>OCC::FolderCreationDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
Expand All @@ -83,7 +83,7 @@
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>FolderCreationDialog</receiver>
<receiver>OCC::FolderCreationDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
Expand Down

0 comments on commit 4baf25b

Please sign in to comment.