mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-06 14:39:35 +00:00
20 lines
149 B
C++
20 lines
149 B
C++
#include "qif.h"
|
|
|
|
QIF::QIF()
|
|
{
|
|
|
|
}
|
|
|
|
DistroStruct QIF::getStruct() {
|
|
|
|
}
|
|
|
|
Envirement QIF::toolKitLocation() {
|
|
|
|
}
|
|
|
|
QString QIF::findBinaryCreator()
|
|
{
|
|
|
|
}
|