mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-28 23:19:00 -04:00
Remove unneeded debug message
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5180 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ed2f4ee226
commit
fe70882ef2
@ -2359,7 +2359,6 @@ void Configuration::impl::update_audio_channels (QComboBox const * source_combo_
|
||||
void Configuration::impl::set_application_font (QFont const& font)
|
||||
{
|
||||
qApp->setStyleSheet (qApp->styleSheet () + "* {" + font_as_stylesheet (font) + '}');
|
||||
qDebug () << "app style sheet:" << qApp->styleSheet ();
|
||||
}
|
||||
|
||||
// load all the supported rig names into the selection combo box
|
||||
|
Loading…
Reference in New Issue
Block a user