~ubuntu-branches/ubuntu/quantal/arora/quantal

« back to all changes in this revision

Viewing changes to autotests/webactionmapper/tst_webactionmapper.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-10-01 16:08:58 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20091001160858-h1wnt3ddyzl07nih
Tags: 0.10.0-0ubuntu1
* New upstream release 
* Remove patches
  - kubuntu_01_google_lucky.diff - Open Search now used upstream
  - kubuntu_02_default_bookmarks.diff - bookmarks fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    QCOMPARE(mapper.webAction(), QWebPage::Stop);
95
95
}
96
96
 
97
 
// public void addChild(QAction* action)
 
97
// public void addChild(QAction *action)
98
98
void tst_WebActionMapper::addChild()
99
99
{
100
100
    QAction *root = new QAction(this);
114
114
    QTest::newRow("null") << 0;
115
115
}
116
116
 
117
 
// public void updateCurrent(WebView* currentParent)
 
117
// public void updateCurrent(WebView *currentParent)
118
118
void tst_WebActionMapper::updateCurrent()
119
119
{
120
120
    QAction *root = new QAction(this);