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:
Dirk Hohndel 2013-05-19 09:00:57 -07:00
parent 9b1a3e09d1
commit a4f243dfac
2 changed files with 8 additions and 24 deletions

View file

@ -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