fix typo and trigger signal

pull/1/head
Michail Vourlakos 8 years ago
parent 1e8fc4a739
commit bc262d7b00

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

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

Loading…
Cancel
Save