diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-05 20:45:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-03-05 20:45:24 +0900 |
| commit | d879569fce39cb38991384a1851eeb42eca6e16f (patch) | |
| tree | 3036f0292c863573f680bbb15088ae1aa8b15533 /src/MainWindow.h | |
| parent | 4e57686976724d784d154620b3e81a9d459f601b (diff) | |
| download | universal-indent-gui-tqt-d879569fce39cb38991384a1851eeb42eca6e16f.tar.gz universal-indent-gui-tqt-d879569fce39cb38991384a1851eeb42eca6e16f.zip | |
Added SettingsPaths code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/MainWindow.h')
| -rw-r--r-- | src/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index cb4f7c1..b5fb704 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -45,7 +45,7 @@ class MainWindow : public MainWindowBase TQ_OBJECT public: - //! Constructor + // Constructor MainWindow(TQString file2OpenOnStart = "", TQWidget *parent = NULL); ~MainWindow(); |
