mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
6 lines
No EOL
188 B
C
6 lines
No EOL
188 B
C
#pragma once
|
|
#include <QStringList>
|
|
#include <QTextLayout>
|
|
|
|
QStringList viewItemTextLayout(QTextLayout &textLayout, int lineWidth, qreal &height,
|
|
qreal &widthUsed); |