pollymc/launcher/ui/widgets/Common.h
2021-11-22 03:55:16 +01:00

6 lines
188 B
C

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