Skip to content

Commit

Permalink
fix compilation of main window example
Browse files Browse the repository at this point in the history
  • Loading branch information
qcad committed Oct 18, 2013
1 parent 07cdadf commit a593bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/examples/mainwindow/MainWindow.cpp
Expand Up @@ -76,8 +76,8 @@ MainWindow::MainWindow(QWidget *parent)
lineEntity->setLineweight(RLineweight::Weight100);

// set a custom property:
lineEntity->setCustomProperty("MyIntProperty", 77);
lineEntity->setCustomProperty("MyStringProperty", "Some text");
lineEntity->setCustomProperty("MyApp", "MyIntProperty", 77);
lineEntity->setCustomProperty("MyApp", "MyStringProperty", "Some text");

op = new RAddObjectOperation(
lineEntity,
Expand Down

0 comments on commit a593bd0

Please sign in to comment.