Changeset 124 for smplayer/trunk/src/favoriteeditor.h
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/favoriteeditor.h
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 45 45 const QPixmap * dialogIcon() const; 46 46 47 //! The editor will give a filename to subentries (submenus), using this path. 48 void setStorePath(const QString & path) { store_path = path; } 49 QString storePath() { return store_path; } 50 47 51 protected slots: 48 52 void on_up_button_clicked(); … … 51 55 void on_delete_all_button_clicked(); 52 56 void on_add_button_clicked(); 57 void on_add_submenu_button_clicked(); 53 58 54 59 void edit_icon( int row, int column ); … … 61 66 62 67 QString caption_text, intro_text; 63 QString last_dir; 68 static QString last_dir; 69 QString store_path; 64 70 }; 65 71
Note:
See TracChangeset
for help on using the changeset viewer.