Skip to content

Commit

Permalink
Merge pull request LibreCAD#390 from TNick/Qt_MissingQObject
Browse files Browse the repository at this point in the history
RS_Commands needs QObject
  • Loading branch information
Rallaz committed Mar 19, 2013
2 parents 61f0e29 + 66984f0 commit 9e0ba46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions librecad/src/cmd/rs_commands.h
Expand Up @@ -30,6 +30,7 @@
#define RS_COMMANDS_H

#include <QMultiHash>
#include <QObject>

#include "rs.h"

Expand Down
2 changes: 1 addition & 1 deletion librecad/src/ui/forms/qg_dlghatch.cpp
Expand Up @@ -208,5 +208,5 @@ void QG_DlgHatch::updatePreview(RS_Pattern* ) {
}

gvPreview->zoomAuto();

Q_UNUSED( prevSize ); // the variable is set but never used
}

0 comments on commit 9e0ba46

Please sign in to comment.