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

// Document.hpp
class DocumentHandler;

// Keyword.hpp
class Keyword;
class KeywordDatabase;

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