Remove IBusClient::slotFileChanged.
authorHuang Peng <shawn.p.huang@gmail.com>
Tue, 2 Sep 2008 13:16:04 +0000 (21:16 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Tue, 2 Sep 2008 13:16:04 +0000 (21:16 +0800)
client/qt4/ibus-client.h

index abddae66176ad62e1417e418edcd2293002220f1..2095511c675e74fb98a6fc59f3c291356b3db833 100644 (file)
@@ -62,10 +62,10 @@ public:
 
 private slots:
        void slotDirectoryChanged (const QString &path);
-       void slotFileChanged (const QString &path);
+       // void slotFileChanged (const QString &path);
        void slotIBusDisconnected ();
        void slotCommitString (QString ic, QString text);
-       //void slotUpdatePreedit (QString ic, QString text, QVariant attrs, int cursor_pos, bool show);
+       // void slotUpdatePreedit (QString ic, QString text, QVariant attrs, int cursor_pos, bool show);
        void slotUpdatePreedit (QDBusMessage message);
        void slotShowPreedit (QDBusMessage message);
        void slotHidePreedit (QDBusMessage message);