Skip to content

Commit

Permalink
solve the error of plugin-startmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
hepuyao authored and handsome-feng committed Feb 8, 2020
1 parent 3165164 commit c3c1410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panel/resources/panel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type=startmenu

[quicklaunch]
alignment=Left
apps\1\desktop=/usr/share/applications/peony-qt.desktop
apps\1\desktop=/usr/share/applications/peony.desktop
apps\2\desktop=/usr/share/applications/firefox.desktop
apps\3\desktop=/usr/share/applications/wps-office-wps.desktop
apps\size=3
Expand Down
2 changes: 1 addition & 1 deletion plugin-startmenu/startmenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class StartMenuWidget: public QFrame

private slots:
void captureMouse();
void this_customContextMenuRequested(const QPoint & pos);
// void this_customContextMenuRequested(const QPoint & pos);
void ScreenServer();
void SessionSwitch();
void SessionLogout();
Expand Down

0 comments on commit c3c1410

Please sign in to comment.