File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ AppMenuWidget::AppMenuWidget(QWidget *parent)
147
147
QAction *aboutAction = m_systemMenu->addAction (" About This Computer" );
148
148
connect (aboutAction, SIGNAL (triggered ()), this , SLOT (actionAbout ()));
149
149
150
+ m_systemMenu->addSeparator ();
151
+
150
152
// Add submenus with applications to the System menu
151
153
QStringList locationsContainingApps = {};
152
154
locationsContainingApps.append (QDir::homePath ());
@@ -171,6 +173,8 @@ AppMenuWidget::AppMenuWidget(QWidget *parent)
171
173
connect(soundAction, SIGNAL(triggered()), this, SLOT(actionSound()));
172
174
*/
173
175
176
+ m_systemMenu->addSeparator ();
177
+
174
178
QAction *logoutAction = m_systemMenu->addAction (" Log Out" );
175
179
connect (logoutAction, SIGNAL (triggered ()), this , SLOT (actionLogout ()));
176
180
You can’t perform that action at this time.
0 commit comments