Changeset 676:fdc30c5c1582 in qutecom-2.2


Ignore:
Timestamp:
Oct 18, 2010 1:19:07 PM (3 years ago)
Author:
laurent@…
Branch:
default
Message:

bug fix : ContactWidget? translation

Location:
qutecom/src/presentation/qt/contactlist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • qutecom/src/presentation/qt/contactlist/QtContactWidget.cpp

    r666 r676  
    4343#include <qtutil/PixmapMerging.h> 
    4444#include <qtutil/SafeConnect.h> 
     45#include <qtutil/languagechangeeventfilter.h> 
    4546 
    4647#include <QtGui/QtGui> 
     
    9293        _ui->sendFileButton->hide(); 
    9394#endif 
     95 
     96        LANGUAGE_CHANGE(this); 
    9497} 
    9598 
     
    245248        updateToolTips(); 
    246249} 
     250 
     251void QtContactWidget::languageChanged() 
     252{ 
     253        _ui->retranslateUi(this); 
     254} 
  • qutecom/src/presentation/qt/contactlist/QtContactWidget.h

    r645 r676  
    8888        void sendFileButtonClicked(); 
    8989 
     90        void languageChanged(); 
     91 
    9092private: 
    9193 
Note: See TracChangeset for help on using the changeset viewer.