1
0
mirror of https://github.com/MultiMC/MultiMC5.git synced 2025-02-23 00:39:47 +00:00
2015-04-12 20:57:18 +02:00

6 lines
170 B
C

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