2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Build with QT_NO_KEYWORDS

This commit is contained in:
Ilya Fedin
2021-03-03 22:22:42 +04:00
committed by John Preston
parent a29ff093f6
commit 23272430b4
37 changed files with 133 additions and 133 deletions

View File

@@ -126,10 +126,10 @@ public:
~InnerWidget();
public slots:
public Q_SLOTS:
void onParentGeometryChanged();
signals:
Q_SIGNALS:
void draggingScrollDelta(int delta);
void mustScrollTo(int scrollToTop, int scrollToBottom);
void dialogMoved(int movedFrom, int movedTo);