mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 17:10:52 +08:00
display scales
This commit is contained in:
+3
-2
@@ -700,11 +700,12 @@ bool Tools::LoadFile( const QString& filename,
|
||||
bool badFeatures = false;
|
||||
for (int lineNumber = 1; ; ++lineNumber)
|
||||
{
|
||||
if (stream.atEnd())
|
||||
break;
|
||||
QString line = stream.readLine();
|
||||
if (line.isNull())
|
||||
{
|
||||
//eof
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (line.startsWith("#"))
|
||||
|
||||
Reference in New Issue
Block a user