~osomon/webbrowser-app/header-title-workaround

« back to all changes in this revision

Viewing changes to src/app/webcontainer/webapp-container.cpp

Add a basic set of integration tests for the webapp container 

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
            QList<QUrl> urls = this->urls();
118
118
            if (!urls.isEmpty()) {
119
119
                m_window->setProperty("url", urls.first());
120
 
            }
 
120
            } else {
 
121
                return false;
 
122
            }
121
123
        }
122
124
 
123
125
        m_component->completeCreate();