Changeset 118 for smplayer/vendor/current/src/baseguiplus.cpp
- Timestamp:
- Dec 22, 2011, 6:27:52 PM (14 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/baseguiplus.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/baseguiplus.cpp
r90 r118 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 0Ricardo 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 … … 77 77 connect( showTrayAct, SIGNAL(toggled(bool)), 78 78 tray, SLOT(setVisible(bool)) ); 79 80 79 81 optionsMenu->addAction(showTrayAct); 82 83 84 85 86 80 87 81 88 showAllAct = new MyAction(this, "restore/hide"); … … 149 156 150 157 bool BaseGuiPlus::startHidden() { 151 #if def Q_OS_WIN158 #if 152 159 return false; 153 160 #else … … 607 614 } 608 615 616 617 618 619 620 621 622 623 624 625 626 627 609 628 #include "moc_baseguiplus.cpp"
Note:
See TracChangeset
for help on using the changeset viewer.
