Changeset 6451 for trunk/qt4-gui/src/widgets
- Timestamp:
- 07/16/08 23:07:33 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/widgets/mledit.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/widgets/mledit.cpp
r6239 r6451 47 47 48 48 updateFont(); 49 connect(Config::General::instance(), 50 myUseFixedFont ? SIGNAL(fixedFontChanged()) : SIGNAL(fontChanged()), 51 SLOT(updateFont())); 49 connect(Config::General::instance(), SIGNAL(fontChanged()), SLOT(updateFont())); 52 50 } 53 51
