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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user