Skip to content

Commit 41c31b4

Browse files
committedOct 31, 2018
Fix build warning
1 parent 4ab377b commit 41c31b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 
Binary file not shown.

‎src/native/linux/qgslinuxnative.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
*/
3333
class NATIVE_EXPORT QgsLinuxNative : public QgsNative
3434
{
35+
Q_OBJECT
36+
3537
public:
3638
QgsNative::Capabilities capabilities() const override;
3739
void initializeMainWindow( QWindow *window,

0 commit comments

Comments
 (0)
Please sign in to comment.