From 13cfd05f9b2bb3c8d7d1bf47fcef037a745bacf8 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 3 May 2014 16:14:48 +0200 Subject: Adds editing functionality to the models. no longer able to store QStrings in the model though, But when creating generic guis you should not use any Gui related types anyway. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 380a3a9..6af725f 100644 --- a/main.cpp +++ b/main.cpp @@ -68,5 +68,5 @@ int main() w.add_widget(&widget); w.add_widget(&widget2); - w.show_and_run(); + return w.show_and_run(); } -- cgit v1.2.3-70-g09d2