pollymc/launcher/widgets/Common.h

6 lines
188 B
C
Raw Normal View History

#pragma once
#include <QStringList>
#include <QTextLayout>
QStringList viewItemTextLayout(QTextLayout &textLayout, int lineWidth, qreal &height,
2018-07-15 18:21:05 +05:30
qreal &widthUsed);