aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.h
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2016-09-23 21:47:36 +0000
committerWeblate <noreply@weblate.org>2016-09-23 21:47:36 +0000
commit0a0dde02b5419eba32b9c53cf24c13814172f8b8 (patch)
treea29e7adcc61a7dd3624b70f8e1b142d6f3d12786 /src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.h
parentTranslated using Weblate (lumina_WM@el (generated)) (diff)
parentMerge pull request #270 from sk8harddiefast/patch-2 (diff)
downloadlumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.tar.gz
lumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.tar.bz2
lumina-0a0dde02b5419eba32b9c53cf24c13814172f8b8.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.h')
-rw-r--r--src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.h b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.h
index af7bd136..8ab04d94 100644
--- a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.h
+++ b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.h
@@ -37,7 +37,7 @@ private:
QTimer *searchTimer;
//Simple utility functions
- void deleteChildren(QObject *obj); //recursive function
+ //void deleteChildren(QWidget *obj); //recursive function
void ClearScrollArea(QScrollArea *area);
void SortScrollArea(QScrollArea *area);
void do_search(QString search, bool force);
bgstack15