1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 01:17:55 +03:00

fix typo and trigger signal

This commit is contained in:
Michail Vourlakos 2017-06-24 16:14:57 +03:00
parent 1e8fc4a739
commit bc262d7b00
2 changed files with 3 additions and 3 deletions

View File

@ -1896,7 +1896,7 @@ void DockView::saveConfig()
config.writeEntry("onPrimary", m_onPrimary);
config.writeEntry("session", (int)m_session);
config.writeEntry("dockWindowBehavior", m_dockWinBehavior);
this->containment()->configNeedsSaving();
emit this->containment()->configNeedsSaving();
}
void DockView::restoreConfig()

View File

@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef NOWDOCKVIEW_H
#define NOWDOCKVIEW_H
#ifndef DOCKVIEW_H
#define DOCKVIEW_H
#include "plasmaquick/configview.h"
#include "plasmaquick/containmentview.h"