mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-23 03:11:24 +02:00
white space
This commit is contained in:
parent
42e5440b7b
commit
440352c584
1 changed files with 1 additions and 2 deletions
|
@ -1479,8 +1479,7 @@ void Application::importVoxelsToClipboard() {
|
|||
QImage tmp = pngImage.convertToFormat(QImage::Format_ARGB32);
|
||||
pixels = reinterpret_cast<const uint32_t*>(tmp.constBits());
|
||||
}
|
||||
|
||||
_clipboardTree.readFromSquareARGB32Pixels(pixels, pngImage.height());
|
||||
_clipboardTree.readFromSquareARGB32Pixels(pixels, pngImage.height());
|
||||
} else if (fileNameString.endsWith(".svo", Qt::CaseInsensitive)) {
|
||||
_clipboardTree.readFromSVOFile(fileName);
|
||||
} else if (fileNameString.endsWith(".schematic", Qt::CaseInsensitive)) {
|
||||
|
|
Loading…
Reference in a new issue