Changeset 175 for smplayer/vendor/current/src/editabletoolbar.cpp
- Timestamp:
- May 3, 2016, 2:14:41 PM (10 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/editabletoolbar.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/editabletoolbar.cpp
r163 r175 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.
