1
0
mirror of https://github.com/MultiMC/MultiMC5.git synced 2025-01-27 06:35:17 +00:00

6 lines
170 B
C
Raw Normal View History

#pragma once
#include <QStringList>
#include <QTextLayout>
QStringList viewItemTextLayout(QTextLayout &textLayout, int lineWidth, qreal &height,
qreal &widthUsed);