Changeset 176 for smplayer/trunk/src/editabletoolbar.cpp
- Timestamp:
- May 3, 2016, 5:25:45 PM (10 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/editabletoolbar.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 175
- Property svn:mergeinfo changed
-
smplayer/trunk/src/editabletoolbar.cpp
r165 r176 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 55 55 e.setActiveActions(this->actions()); 56 56 e.setDefaultActions(defaultActions()); 57 57 58 58 59 if (e.exec() == QDialog::Accepted) { … … 60 61 qDebug("EditableToolbar::edit: list: %s", r.join(",").toUtf8().constData()); 61 62 setActionsFromStringList(r); 63 64 62 65 } 63 66 }
Note:
See TracChangeset
for help on using the changeset viewer.
