mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-04 21:39:52 +08:00
fix build error on Linux
This commit is contained in:
parent
bbb88ded57
commit
b462337824
@ -1 +1 @@
|
||||
Subproject commit 13c1fdf7e1dd3ef5f46b2df703f4083535bcfab9
|
||||
Subproject commit a20dac3cdb0d00db7a0bdc1404daf015ab0c50b7
|
@ -3,7 +3,6 @@
|
||||
#include <QFile>
|
||||
#include <QDebug>
|
||||
|
||||
#include "searchresultitem.h"
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
using namespace vnotex;
|
||||
|
@ -12,11 +12,10 @@
|
||||
|
||||
#include "searchtoken.h"
|
||||
#include "searchdata.h"
|
||||
#include "searchresultitem.h"
|
||||
|
||||
namespace vnotex
|
||||
{
|
||||
struct SearchResultItem;
|
||||
|
||||
class FileSearchEngineWorker : public AsyncWorker
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <QTimer>
|
||||
|
||||
#include <vtextedit/texteditorconfig.h>
|
||||
#include <vtextedit/previewmgr.h>
|
||||
#include <vtextedit/textutils.h>
|
||||
|
||||
#include <utils/utils.h>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user