Skip to content

Commit

Permalink
fix build error on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Feb 11, 2025
1 parent bbb88de commit b462337
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/search/filesearchengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <QFile>
#include <QDebug>

#include "searchresultitem.h"
#include <utils/fileutils.h>

using namespace vnotex;
Expand Down
3 changes: 1 addition & 2 deletions src/search/filesearchengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@

#include "searchtoken.h"
#include "searchdata.h"
#include "searchresultitem.h"

namespace vnotex
{
struct SearchResultItem;

class FileSearchEngineWorker : public AsyncWorker
{
Q_OBJECT
Expand Down
1 change: 0 additions & 1 deletion src/widgets/editors/previewhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <QTimer>

#include <vtextedit/texteditorconfig.h>
#include <vtextedit/previewmgr.h>
#include <vtextedit/textutils.h>

#include <utils/utils.h>
Expand Down
6 changes: 1 addition & 5 deletions src/widgets/editors/previewhelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@
#include <vtextedit/global.h>
#include <vtextedit/lrucache.h>
#include <vtextedit/pegmarkdownhighlighterdata.h>
#include <vtextedit/previewmgr.h>

#include <core/global.h>
#include "markdownvieweradapter.h"

class QTimer;
class QTextDocument;

namespace vte
{
struct PreviewItem;
}

namespace vnotex
{
class MarkdownEditor;
Expand Down

0 comments on commit b462337

Please sign in to comment.