summaryrefslogtreecommitdiff
path: root/examples/opiecore/onotifydemo/onotifydemo.h
authormickeyl <mickeyl>2005-05-06 20:18:58 (UTC)
committer mickeyl <mickeyl>2005-05-06 20:18:58 (UTC)
commite8bb0ef7701e6bb565dc178424687e82b12bd8ec (patch) (side-by-side diff)
treedb22a14ae11f6ec2b942b51af6def4e03d3a8f50 /examples/opiecore/onotifydemo/onotifydemo.h
parent8b1a64ffe497f5395544c6702225003aca293f80 (diff)
downloadopie-e8bb0ef7701e6bb565dc178424687e82b12bd8ec.zip
opie-e8bb0ef7701e6bb565dc178424687e82b12bd8ec.tar.gz
opie-e8bb0ef7701e6bb565dc178424687e82b12bd8ec.tar.bz2
first sketch at ODirNotification class
Diffstat (limited to 'examples/opiecore/onotifydemo/onotifydemo.h') (more/less context) (show whitespace changes)
-rw-r--r--examples/opiecore/onotifydemo/onotifydemo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/opiecore/onotifydemo/onotifydemo.h b/examples/opiecore/onotifydemo/onotifydemo.h
index c4e3456..f6ac5ea 100644
--- a/examples/opiecore/onotifydemo/onotifydemo.h
+++ b/examples/opiecore/onotifydemo/onotifydemo.h
@@ -16,13 +16,14 @@ public:
void addTrigger( bool multi = false );
public slots:
void modifierClicked( int modifier );
void addSingle();
void addMulti();
void delTrigger();
- void trigger();
+ void unnamedTrigger();
+ void namedTrigger( const QString& name );
private:
Opie::Ui::OListView* l;
QButtonGroup* g1;
QButtonGroup* g2;
Opie::Core::OFileNotificationType m;