Skip to content

Commit

Permalink
adjust interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kylin-ccn committed Feb 29, 2020
1 parent 08c4d5e commit dc7dee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Widget::~Widget()

}

uint Widget::panelHeightChangeNotify(uint uId)
uint Widget::panelSizeChangeNotify(uint uId)
{
QDesktopWidget *deskWgt = QApplication::desktop();
if (nullptr == deskWgt) {
Expand Down
2 changes: 1 addition & 1 deletion src/widget.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Widget : public QWidget
bool loadNotificationPlugin(); //加载通知中心插件

public slots :
uint panelHeightChangeNotify(uint uId);
uint panelSizeChangeNotify(uint uId);


protected:
Expand Down

0 comments on commit dc7dee4

Please sign in to comment.