~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to src/corelib/QtCore.dynlist

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
     extern "C" {
 
3
         "qt_startup_hook";
 
4
         "qt_addObject";
 
5
         "qt_removeObject";
 
6
     };
 
7
     extern "C++" {
 
8
         "QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)";
 
9
     };
 
10
};