aboutsummaryrefslogtreecommitdiff
path: root/ui.qt/source/fwd.hpp
blob: 7f98627cdab231d45d6289c2aefceaaf5c797bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

// document.hpp
class DocumentBlock;
class DocumentModel;

// keyword.hpp
class Keyword;
class KeywordDatabase;

// knowledgefragment.cpp
struct KnowledgeId;
class KnowledgeFragment;
class KnowledgeDatabase;