Changeset 512:ba5700ffd4f8 in qutecom-2.2
- Timestamp:
- Feb 23, 2010 8:02:20 PM (3 years ago)
- Branch:
- default
- Children:
- 513:ff617c9a5efb, 514:81215c48bbc6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wengophone/src/presentation/qt/chat/QtChatLogViewer.cpp
r498 r512 204 204 #if defined (DISABLE_SMS) 205 205 _ui->actionSendSms->setVisible(false); 206 #el if206 #else 207 207 copyQAction(toolBar, _ui->actionSendSms); 208 208 SAFE_CONNECT_RECEIVER(_ui->actionSendSms, SIGNAL(triggered()), qtToolBar, SLOT(sendSms())); … … 216 216 _ui->actionSendFile->setVisible(false); 217 217 _ui->actionShowFileTransfer->setVisible(false); 218 #el if218 #else 219 219 // setup "tools" menu 220 220 copyQAction(toolBar, _ui->actionShowFileTransfer);
Note: See TracChangeset
for help on using the changeset viewer.
