From 3c8464a4a0f7e104dd4318314393a630404320e0 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 3 Nov 2016 22:29:05 +0100 Subject: [PATCH] Kill pre-release warning --- shell/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/main.cpp b/shell/main.cpp index 856d2b078..cb240cc73 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -82,8 +82,6 @@ int main(int argc, char** argv) } } - KMessageBox::information( 0, i18n("You are currently running a development build for the upcoming, KDE Frameworks-based version of Okular.\n\nPlease be aware that this version is not an official release and contains bugs which are not present in the officially released, kdelibs4-based version.\n\nIf you report bugs found in this development build, please put [frameworks] in the Summary field, and please understand that bugs in the officially released version take higher priority than those in this development version."), QString(), QStringLiteral("frameworks_not_official") ); - return app.exec(); }