vnote/vconstants.h
Le Tan e3e18d040c use QStackedWidget to hold QTextBrowser and VEdit
Use QTextBrowser to display file in read mode and VEdit to display file
in edit mode.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-07 21:55:30 +08:00

7 lines
90 B
C

#ifndef VCONSTANTS_H
#define VCONSTANTS_H
enum class DocType { Html, Markdown };
#endif