mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
Replace unsigned int, and char with uint and uchar.
This commit is contained in:
@ -61,16 +61,16 @@ public:
|
||||
void Path(const QString& s);
|
||||
QString Prefix();
|
||||
QString Suffix();
|
||||
unsigned int Current();
|
||||
unsigned int PlatformIndex();
|
||||
unsigned int DeviceIndex();
|
||||
unsigned int ThreadCount();
|
||||
uint Current();
|
||||
uint PlatformIndex();
|
||||
uint DeviceIndex();
|
||||
uint ThreadCount();
|
||||
double WidthScale();
|
||||
double HeightScale();
|
||||
double Quality();
|
||||
unsigned int TemporalSamples();
|
||||
unsigned int Supersample();
|
||||
unsigned int Strips();
|
||||
uint TemporalSamples();
|
||||
uint Supersample();
|
||||
uint Strips();
|
||||
FinalRenderGuiState State();
|
||||
|
||||
public Q_SLOTS:
|
||||
|
Reference in New Issue
Block a user