We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccdde0 commit ac9b9e6Copy full SHA for ac9b9e6
panes/appletPanes/appmenu.h
@@ -23,10 +23,12 @@ class AppMenuAppletPane {
23
QListWidget* favAppsListWidget);
24
void setCurrentSettings(QLineEdit* buttonTextLineEdit,
25
QLineEdit* buttonIconLineEdit,
26
- QPushButton* previewButton);
+ QPushButton* previewButton,
27
+ QCheckBox* useTriangularTabsCheckBox);
28
void saveSettings(QLineEdit* buttonTextLineEdit,
29
- QListWidget* favAppsListWidget);
30
+ QListWidget* favAppsListWidget,
31
32
void makePreview(QPushButton* previewButton,
33
QLineEdit* lineEdit,
34
LineEditType lineEditType);
0 commit comments