Mercurial > minori
diff src/gui/widgets/text.cpp @ 63:3d2decf093bb
*: fix many clang warnings
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:39:47 -0400 |
parents | 4c6dd5999b39 |
children | fe719c109dbc |
line wrap: on
line diff
--- a/src/gui/widgets/text.cpp Sun Oct 01 06:16:06 2023 -0400 +++ b/src/gui/widgets/text.cpp Sun Oct 01 06:39:47 2023 -0400 @@ -1,11 +1,11 @@ #include "gui/widgets/text.h" #include "core/session.h" +#include <QDebug> #include <QFrame> #include <QLabel> #include <QPixmap> #include <QTextBlock> #include <QVBoxLayout> -#include <QDebug> namespace TextWidgets {