~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to lokalize/src/project/projecttab.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-14 15:11:09 UTC
  • mfrom: (0.4.22)
  • Revision ID: package-import@ubuntu.com-20120614151109-t9h5vc8qga2sz5yo
Tags: 4:4.8.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    m_stackedLayout->addWidget(welcomeWidget);
108
108
    m_stackedLayout->addWidget(w);
109
109
    connect(Project::instance(), SIGNAL(loaded()), this, SLOT(showRealProjectOverview()));
 
110
    if (Project::instance()->isLoaded()) //for --project cmd option
 
111
        showRealProjectOverview();
110
112
 
111
113
    QVBoxLayout* l=new QVBoxLayout(w);
112
114