mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-18 13:59:46 +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