Show
Ignore:
Timestamp:
07/16/08 23:07:33 (4 months ago)
Author:
flynd
Message:

No need to use a separate signal for fixed font changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/widgets/mledit.cpp

    r6239 r6451  
    4747 
    4848  updateFont(); 
    49   connect(Config::General::instance(), 
    50       myUseFixedFont ? SIGNAL(fixedFontChanged()) : SIGNAL(fontChanged()), 
    51       SLOT(updateFont())); 
     49  connect(Config::General::instance(), SIGNAL(fontChanged()), SLOT(updateFont())); 
    5250} 
    5351