LanguageUpdateNotifier.cpp

Go to the documentation of this file.
00001 #include "LanguageUpdateNotifier.h"
00002 
00003 void LanguageUpdateNotifier::addLanguage( const QString& language ) {
00004     emit languageAdded( language );
00005 }
00006 
00007 void LanguageUpdateNotifier::removeLanguage( const QString& language ) {
00008     emit languageRemoved( language );
00009 }

Generated on Sun Mar 1 17:30:47 2009 for toMOTko by  doxygen 1.5.6