comparison main/PreferencesDialog.cpp @ 438:868f73825b37

Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author Chris Cannam
date Tue, 14 Jun 2011 15:27:30 +0100
parents ae68fc09bf16
children 4bccf2014f80 f8f74f1b5b4f
comparison
equal deleted inserted replaced
437:9de86c1b980e 438:868f73825b37
345 m_applyButton->setEnabled(false); 345 m_applyButton->setEnabled(false);
346 } 346 }
347 347
348 PreferencesDialog::~PreferencesDialog() 348 PreferencesDialog::~PreferencesDialog()
349 { 349 {
350 DEBUG << "PreferencesDialog::~PreferencesDialog()" << endl; 350 SVDEBUG << "PreferencesDialog::~PreferencesDialog()" << endl;
351 } 351 }
352 352
353 void 353 void
354 PreferencesDialog::windowTypeChanged(WindowType type) 354 PreferencesDialog::windowTypeChanged(WindowType type)
355 { 355 {