From 53ca8a7a66d4ff811516774c010237d195cec1cb Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 4 Oct 2011 10:58:57 +0200 Subject: Fix compilation after refactor merge. Comment out Some functionality for the moment. Change-Id: Ia7d1d3ba982e97776ae7259be06689b5477450a1 Reviewed-on: http://codereview.qt-project.org/5972 Reviewed-by: Qt Sanity Bot Reviewed-by: Friedemann Kleint --- examples/activeqt/comapp/comapp.pro | 2 ++ examples/activeqt/comapp/main.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/activeqt/comapp') diff --git a/examples/activeqt/comapp/comapp.pro b/examples/activeqt/comapp/comapp.pro index 84ce072..c7feb02 100644 --- a/examples/activeqt/comapp/comapp.pro +++ b/examples/activeqt/comapp/comapp.pro @@ -1,6 +1,8 @@ TEMPLATE = app CONFIG += qaxserver +QT += widgets + # Input SOURCES += main.cpp diff --git a/examples/activeqt/comapp/main.cpp b/examples/activeqt/comapp/main.cpp index 66af248..0f5fe43 100644 --- a/examples/activeqt/comapp/main.cpp +++ b/examples/activeqt/comapp/main.cpp @@ -217,7 +217,7 @@ DocumentList *Application::documents() const void Application::setVisible(bool on) { - ui->setShown(on); + ui->setVisible(on); } bool Application::isVisible() const -- cgit v1.2.3