Skip to content

Commit

Permalink
Gui: Reorganize the dialog files into a top Dialogs folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao authored and chennes committed Jan 24, 2025
1 parent 836ad91 commit 8aa50c4
Show file tree
Hide file tree
Showing 133 changed files with 237 additions and 236 deletions.
2 changes: 1 addition & 1 deletion src/Gui/Action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "Action.h"
#include "BitmapFactory.h"
#include "Command.h"
#include "DlgUndoRedo.h"
#include "Dialogs/DlgUndoRedo.h"
#include "PreferencePages/DlgSettingsWorkbenchesImp.h"
#include "Document.h"
#include "EditorView.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/ApplicationPy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include "ApplicationPy.h"
#include "BitmapFactory.h"
#include "Command.h"
#include "DlgPreferencesImp.h"
#include "Dialogs/DlgPreferencesImp.h"
#include "Document.h"
#include "DocumentObserverPython.h"
#include "DownloadManager.h"
Expand Down
Loading

0 comments on commit 8aa50c4

Please sign in to comment.