Changeset 676:fdc30c5c1582 in qutecom-2.2
- Timestamp:
- Oct 18, 2010 1:19:07 PM (3 years ago)
- Branch:
- default
- Location:
- qutecom/src/presentation/qt/contactlist
- Files:
-
- 2 edited
-
QtContactWidget.cpp (modified) (3 diffs)
-
QtContactWidget.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qutecom/src/presentation/qt/contactlist/QtContactWidget.cpp
r666 r676 43 43 #include <qtutil/PixmapMerging.h> 44 44 #include <qtutil/SafeConnect.h> 45 #include <qtutil/languagechangeeventfilter.h> 45 46 46 47 #include <QtGui/QtGui> … … 92 93 _ui->sendFileButton->hide(); 93 94 #endif 95 96 LANGUAGE_CHANGE(this); 94 97 } 95 98 … … 245 248 updateToolTips(); 246 249 } 250 251 void QtContactWidget::languageChanged() 252 { 253 _ui->retranslateUi(this); 254 } -
qutecom/src/presentation/qt/contactlist/QtContactWidget.h
r645 r676 88 88 void sendFileButtonClicked(); 89 89 90 void languageChanged(); 91 90 92 private: 91 93
Note: See TracChangeset
for help on using the changeset viewer.
