-rw-r--r-- | libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp b/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp index 5b1b6ed..a8a5717 100644 --- a/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp +++ b/libopie2/examples/opiecore/onotifydemo/onotifydemo.cpp @@ -68,3 +68,3 @@ public: public: - void addTrigger( bool multi = False ) + void addTrigger( bool multi = false ) { @@ -84,3 +84,3 @@ public: } - { + } @@ -88,3 +88,3 @@ public slots: - void addSingle() { addTrigger(); } + void addSingle() { addTrigger(); }; void addMulti() { addTrigger( true ); }; |