diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 12:05:40 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-08-17 12:05:40 +0200 |
| commit | 3d1f480798f8708a85785d16f10ae10ed997bfeb (patch) | |
| tree | 5d0a944ed5f3e83241de7b2ef0913b9270af48a6 /src/main.cpp | |
| parent | 68e1e48c63be4889d3c6c00c382c65e8d15596d8 (diff) | |
| download | kristall-3d1f480798f8708a85785d16f10ae10ed997bfeb.tar.gz | |
Adds 'show document source' menu item. Closes #11.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8de3530..46bc7e9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -78,7 +78,7 @@ static void addEmojiSubstitutions() { auto current = QFont::substitutes(family); current << emojiFonts; - QFont::insertSubstitutions(family, current); + // TODO: QFont::insertSubstitutions(family, current); } } |
