missing open call added
This commit is contained in:
parent
116dd01b94
commit
c5502a3e26
@ -68,6 +68,7 @@ int main( int argc, char* argv[] )
|
||||
|
||||
auto subWindow = new SubWindow( url + shapes[ i ], area );
|
||||
subWindow->setGeometry( windowRect.translated( off, off ) );
|
||||
subWindow->open();
|
||||
}
|
||||
|
||||
QskWindow window;
|
||||
|
Loading…
x
Reference in New Issue
Block a user