Changeset 769 for trunk/examples/uitools
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/examples/uitools/textfinder/textfinder.cpp
r651 r769 117 117 document->undo(); 118 118 119 if (searchString == "") {119 if (searchString) { 120 120 QMessageBox::information(this, tr("Empty Search Field"), 121 121 "The search field is empty. Please enter a word and click Find.");
Note:
See TracChangeset
for help on using the changeset viewer.