Changeset 846 for trunk/demos/browser/browsermainwindow.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/demos/browser/browsermainwindow.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 434 434 QMenu *toolsMenu = menuBar()->addMenu(tr("&Tools")); 435 435 toolsMenu->addAction(tr("Web &Search"), this, SLOT(slotWebSearch()), QKeySequence(tr("Ctrl+K", "Web Search"))); 436 #ifndef Q_CC_MINGW437 436 a = toolsMenu->addAction(tr("Enable Web &Inspector"), this, SLOT(slotToggleInspector(bool))); 438 437 a->setCheckable(true); 439 #endif440 438 441 439 QMenu *helpMenu = menuBar()->addMenu(tr("&Help")); … … 673 671 " new cookies are not stored, current cookies can't be accessed," \ 674 672 " site icons wont be stored, session wont be saved, " \ 675 " and searches are not add ded to the pop-up menu in the Google search box." \673 " and searches are not added to the pop-up menu in the Google search box." \ 676 674 " Until you close the window, you can still click the Back and Forward buttons" \ 677 675 " to return to the webpages you have opened.").arg(title);
Note:
See TracChangeset
for help on using the changeset viewer.