add reformat to context menu, formatting width may be changed in preferences

This commit is contained in:
Axel Kohlmeyer
2023-08-31 23:25:30 -04:00
parent 7a9aa7950c
commit 156ab0b338
6 changed files with 133 additions and 26 deletions

View File

@ -83,6 +83,16 @@ private:
QSettings *settings;
};
class EditorTab : public QWidget {
Q_OBJECT
public:
explicit EditorTab(QSettings *settings, QWidget *parent = nullptr);
private:
QSettings *settings;
};
#endif
// Local Variables: