Skip to content

Commit b905df4

Browse files
ComixHedeepin-bot[bot]
authored andcommitted
fix: add missing definitions for dockpanel
Signed-off-by: ComixHe <[email protected]>
1 parent 61b256c commit b905df4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

panels/dock/dockpanel.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class DockPanel : public DS_NAMESPACE::DPanel, public QDBusContext
5151

5252
QRect geometry();
5353
QRect frontendWindowRect();
54+
QRect frontendWindowRect(int transformOffsetX, int transformOffsetY);
5455

5556
HideState hideState();
5657

@@ -79,6 +80,8 @@ class DockPanel : public DS_NAMESPACE::DPanel, public QDBusContext
7980

8081
Q_INVOKABLE void openDockSettings() const;
8182

83+
Q_INVOKABLE void notifyDockPositionChanged(int offsetX, int offsetY);
84+
8285
bool showInPrimary() const;
8386
void setShowInPrimary(bool newShowInPrimary);
8487

0 commit comments

Comments
 (0)