From 856119c5a43b4781b051b93a0713c152cfd99f85 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 15 Apr 2022 13:27:34 +0200 Subject: Make it run with Qt6 This is a huge commit. Changes: * Obviously, make it compile * Make it run (only scarcely tested) * get rid of most of clang's warnings Let's see what surprises are in store... --- pictureviewer2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'pictureviewer2.h') diff --git a/pictureviewer2.h b/pictureviewer2.h index 2525133..341b3de 100644 --- a/pictureviewer2.h +++ b/pictureviewer2.h @@ -93,7 +93,6 @@ class PictureViewer2 : public QGraphicsView { private: void setGradient(const QPixmap &pic); void showNext(); - QTextDocument *treeToString(const SmTreeItem *root) const; void treeToStringRecursive(const SmTreeItem *parent, QTextCursor *cursor, int indent) const; QPointF getPos(QGraphicsItem *item, int pos, const QPointF &movPos); QString constructWindowTitle() const; -- cgit v1.2.3-70-g09d2