mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make direct edit the style of choice
Plus minor coding style fixes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9b1a3e09d1
commit
a4f243dfac
2 changed files with 8 additions and 24 deletions
|
@ -26,10 +26,6 @@ struct NotesBackup{
|
|||
QString divemaster;
|
||||
};
|
||||
|
||||
#define DIRK_EDIT_STYLE 0
|
||||
#define TEST_EDIT_STYLE 1
|
||||
#define EDIT_STYLE DIRK_EDIT_STYLE
|
||||
|
||||
class MainTab : public QTabWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue