2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 15:45:12 +00:00

Fix build for Xcode.

This commit is contained in:
John Preston
2018-05-24 19:53:06 +03:00
parent a5cbade8ec
commit 250718e766
3 changed files with 6 additions and 4 deletions

View File

@@ -648,7 +648,7 @@ public:
Inner(not_null<InputField*> parent) : QTextEdit(parent) {
}
QVariant loadResource(int type, const QUrl &name) {
QVariant loadResource(int type, const QUrl &name) override {
return outer()->loadResource(type, name);
}