|
@@ -7,6 +7,7 @@
|
|
|
#include <vtextedit/global.h>
|
|
|
#include <vtextedit/lrucache.h>
|
|
|
#include <vtextedit/pegmarkdownhighlighterdata.h>
|
|
|
+#include <vtextedit/previewmgr.h>
|
|
|
|
|
|
#include <core/global.h>
|
|
|
#include "markdownvieweradapter.h"
|
|
@@ -14,11 +15,6 @@
|
|
|
class QTimer;
|
|
|
class QTextDocument;
|
|
|
|
|
|
-namespace vte
|
|
|
-{
|
|
|
- struct PreviewItem;
|
|
|
-}
|
|
|
-
|
|
|
namespace vnotex
|
|
|
{
|
|
|
class MarkdownEditor;
|