diff options
author | Zack Rusin <zack@kde.org> | 2003-11-23 08:20:47 +0000 |
---|---|---|
committer | John Palmieri <johnp@remedyz.boston.redhat.com> | 2006-06-28 08:15:07 -0400 |
commit | ab85fa7fbd1aca1f0e796248e3dfd9ea9e377fd0 (patch) | |
tree | 7f6d1845fb9cadd73c480a371c76d86817e7b3b4 /qt/message.h | |
parent | c862112f241f7bec85be005e450b005c271a228b (diff) |
Happy birthday to me, happy birthday to me... Well, it's not really
my birthday, but it will be in like 8 months and for such a huge celebration
I want to start preparing rather early.
The marshelling in Message is crap (not the good kind of crap either). I'm
not yet sure how we'll handle the transition from dcop but for now lets
at least make it sane api wise.
Diffstat (limited to 'qt/message.h')
-rw-r--r-- | qt/message.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt/message.h b/qt/message.h index fc664dc..4763cf1 100644 --- a/qt/message.h +++ b/qt/message.h @@ -88,13 +88,6 @@ namespace DBus { QString signature() const; - QString name() const; - QString service() const; - - virtual void append( const QVariant& var ); - - operator DBusMessage*() const; - iterator begin() const; iterator end() const; |