diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-28 00:04:34 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-28 00:04:40 +0200 | 
| commit | f0753ecf534d7a670bb5531734651285b0e3073b (patch) | |
| tree | c6d538ffaf2b13ac2376ff5776d06e0f74306643 /proto-wine | |
| parent | b252ceaf9bd55cc4df674b49b5fbd418a66976d1 (diff) | |
fix build warnings
Diffstat (limited to 'proto-wine')
| -rw-r--r-- | proto-wine/ftnoir_protocol_wine.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/proto-wine/ftnoir_protocol_wine.h b/proto-wine/ftnoir_protocol_wine.h index 04bcd349..20ed6045 100644 --- a/proto-wine/ftnoir_protocol_wine.h +++ b/proto-wine/ftnoir_protocol_wine.h @@ -15,6 +15,8 @@  class wine : TR, public IProtocol  { +    Q_OBJECT +  public:      wine();      ~wine() override; | 
