~ubuntu-branches/ubuntu/hardy/wpasupplicant/hardy

« back to all changes in this revision

Viewing changes to wpa_gui-qt4/wpagui.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2007-04-01 10:53:37 UTC
  • Revision ID: james.westby@ubuntu.com-20070401105337-3dd89n3g8ecdhjsl
Tags: 0.5.7-0ubuntu2
Apply patch from upstream after private email discussion:
http://w1.fi/gitweb/gitweb.cgi?p=hostap.git;a=commitdiff;h=33673d3f43da6f5ec0f0aa5a8245a1617b6eb2fd#patch1
Fixes LP: #98895, #98925

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
public:
29
29
        WpaGui(QWidget *parent = 0, const char *name = 0,
30
30
               Qt::WFlags fl = Qt::WType_TopLevel);
31
 
        ~WpaGui();
 
31
        WpaGui::~WpaGui();
32
32
 
33
33
        virtual int ctrlRequest(const char *cmd, char *buf, size_t *buflen);
34
34
        virtual void triggerUpdate();