Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Get rid of a deprecate warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Jun 9, 2020
1 parent 2e9bd81 commit f95f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforminputcontext/qfcitxplatforminputcontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ enum FcitxKeyState {

struct FcitxQtICData {
FcitxQtICData(FcitxWatcher *watcher)
: capability(0), proxy(new FcitxInputContextProxy(watcher, watcher)),
: proxy(new FcitxInputContextProxy(watcher, watcher)),
surroundingAnchor(-1), surroundingCursor(-1) {}
FcitxQtICData(const FcitxQtICData &that) = delete;
~FcitxQtICData() {
Expand Down

0 comments on commit f95f76d

Please sign in to comment.