~jdong/ktorrent/ktorrent.debian

« back to all changes in this revision

Viewing changes to plugins/webinterface/webinterfaceplugin.h

  • Committer: John Dong
  • Date: 2006-11-24 05:43:21 UTC
  • mfrom: (946.1.28)
  • Revision ID: john.dong@gmail.com-20061124054321-dnouhtgvqt3k3lc8
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                        
40
40
                        virtual void load();
41
41
                        virtual void unload();
 
42
                        void preferencesUpdated();
42
43
                private:
43
44
                        WebInterfacePrefPage* pref;
44
45
                        ServerThread *httpThread;