File tupitube-fix_quazip_namespace.patch of Package tupitube
From: Luigi Baldoni <aloisio@gmx.com>
Date: 2021-04-09 12:54:39 +0200
Subject: Fix build failure wrt endl
References: gh#stachenov/quazip#113
Don't pollute quazip namespace.
Index: tupitube.desk/src/shell/tupmainwindow.cpp
===================================================================
--- tupitube.desk.orig/src/shell/tupmainwindow.cpp
+++ tupitube.desk/src/shell/tupmainwindow.cpp
@@ -33,11 +33,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
+#include "tuppackagehandler.h"
#include "tupmainwindow.h"
#include "tuptwitter.h"
#include "tupnewproject.h"
#include "tupabout.h"
-#include "tuppackagehandler.h"
#include "tuppaletteimporter.h"
#include "tuppaintareaevent.h"
#include "tuppaintareacommand.h"