Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6

This commit is contained in:
thunder2 2025-07-18 18:04:23 +02:00 committed by Thunder
parent b93a31a33b
commit a00c1375e5
30 changed files with 31 additions and 31 deletions

View file

@ -20,7 +20,7 @@
* *
*******************************************************************************/
#include "expressionwidget.h"
#include "util/QtVersion.h"
#include "util/RsQtVersion.h"
ExpressionWidget::ExpressionWidget(QWidget * parent, bool initial)
: QWidget(parent)