Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (8 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/playlistdock.cpp

    r176 r188  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3636}
    3737
     38/*
    3839#if QT_VERSION < 0x040300
    39 void PlaylistDock::showEvent( QShowEvent * /* event */ ) {
     40void PlaylistDock::showEvent( QShowEvent * event ) {
    4041        qDebug("PlaylistDock::showEvent");
    4142        emit visibilityChanged(true);
    4243}
    4344
    44 void PlaylistDock::hideEvent( QHideEvent * /* event */ ) {
     45void PlaylistDock::hideEvent( QHideEvent * event ) {
    4546        qDebug("PlaylistDock::hideEvent");
    4647        emit visibilityChanged(false);
    4748}
    4849#endif
    49 
     50*/
    5051
    5152#include "moc_playlistdock.cpp"
Note: See TracChangeset for help on using the changeset viewer.