Ignore:
Timestamp:
Dec 22, 2011, 6:27:52 PM (14 years ago)
Author:
Silvan Scherrer
Message:

smplayer vendor udate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/baseguiplus.cpp

    r90 r118  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2010 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    7777        connect( showTrayAct, SIGNAL(toggled(bool)),
    7878             tray, SLOT(setVisible(bool)) );
     79
     80
    7981        optionsMenu->addAction(showTrayAct);
     82
     83
     84
     85
     86
    8087
    8188        showAllAct = new MyAction(this, "restore/hide");
     
    149156
    150157bool BaseGuiPlus::startHidden() {
    151 #ifdef Q_OS_WIN
     158#if
    152159        return false;
    153160#else
     
    607614}
    608615
     616
     617
     618
     619
     620
     621
     622
     623
     624
     625
     626
     627
    609628#include "moc_baseguiplus.cpp"
Note: See TracChangeset for help on using the changeset viewer.