Changeset 13827
- Timestamp:
- Jan 21, 2013, 9:48:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/app.cc
r13813 r13827 289 289 290 290 if (myPrefs->getBool (Prefs::COMPLETE_SOUND_ENABLED)) 291 QProcess::execute (myPrefs->getString(Prefs::COMPLETE_SOUND_COMMAND)); 291 { 292 #if defined( Q_OS_WIN ) || defined( Q_OS_MAC ) 293 QApplication::beep(); 294 #else 295 QProcess::execute (myPrefs->getString(Prefs::COMPLETE_SOUND_COMMAND)); 296 #endif 297 } 292 298 293 299 disconnect( tor, SIGNAL(torrentCompleted(int)), this, SLOT(onTorrentCompleted(int)) );
Note: See TracChangeset
for help on using the changeset viewer.