~videolan/vlc/2.1-manual

« back to all changes in this revision

Viewing changes to modules/gui/qt4/input_manager.cpp

  • Committer: Benjamin Drung
  • Date: 2013-11-18 19:30:16 UTC
  • Revision ID: bdrung@ubuntu.com-20131118193016-ojm2k87w3z6hu3pz
Manual import commit 2f0a7f2cc5ade49e1fe79fbdfebbc0c822c8f785 from vlc-2.1 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * input_manager.cpp : Manage an input and interact with its GUI elements
3
3
 ****************************************************************************
4
4
 * Copyright (C) 2006-2008 the VideoLAN team
5
 
 * $Id: bd32de63841e6ed8a6d353921f3226d359b58f6f $
 
5
 * $Id: fdda7fda83ad5c1d4f752bcfacf53604386bf1d8 $
6
6
 *
7
7
 * Authors: Clément Stenac <zorglub@videolan.org>
8
8
 *          Ilkka Ollakka  <ileoo@videolan.org>
167
167
 
168
168
    /* Reset all InfoPanels but stats */
169
169
    emit artChanged( NULL );
 
170
    emit artChanged( "" );
170
171
    emit infoChanged( NULL );
171
172
    emit currentMetaChanged( (input_item_t *)NULL );
172
173