~blue-shell/kde-baseapps/netrunner-desktop-containment-4.13

« back to all changes in this revision

Viewing changes to plasma/applets/folderview/folderview.h

  • Committer: Eike Hein
  • Date: 2014-05-23 16:27:30 UTC
  • Revision ID: git-v1:2ef555a8572697da4105c8a0d9c76a385d956365
Fix desktop scripting of custom icon positions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
    IconView::Alignment m_alignment;
238
238
    QBasicTimer m_delayedSaveTimer;
239
239
    DirLister *m_dirLister;
 
240
    QStringList m_savedPositions;
240
241
};
241
242
 
242
243