mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
CR
This commit is contained in:
parent
b05b5a1c7b
commit
7578b282e2
1 changed files with 0 additions and 1 deletions
|
@ -306,7 +306,6 @@ bool ModelUploader::addTextures(const QString& texdir, const QString fbxFile) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ModelUploader::addPart(const QString &path, const QString& name) {
|
bool ModelUploader::addPart(const QString &path, const QString& name) {
|
||||||
qDebug() << path;
|
|
||||||
QFile file(path);
|
QFile file(path);
|
||||||
if (!file.open(QIODevice::ReadOnly)) {
|
if (!file.open(QIODevice::ReadOnly)) {
|
||||||
QMessageBox::warning(NULL,
|
QMessageBox::warning(NULL,
|
||||||
|
|
Loading…
Reference in a new issue