Skip to content

Commit

Permalink
More changes to SPIERS edit
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed Dec 21, 2019
1 parent 57059a9 commit df45945
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SPIERSedit/src/mainview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @brief mainview::mainview
* @param parent
*/
mainview::mainview(QObject *parent = nullptr) : QGraphicsView()
mainview::mainview(QObject *parent) : QGraphicsView()
{
Q_UNUSED(parent);
return;
Expand Down
2 changes: 1 addition & 1 deletion SPIERSedit/src/mainview.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class mainview : public QGraphicsView
{
Q_OBJECT
public:
explicit mainview(QObject *parent);
explicit mainview(QObject *parent = nullptr);

protected:
void wheelEvent(QWheelEvent *event);
Expand Down
4 changes: 2 additions & 2 deletions SPIERSview/SPIERSview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ macx {
-lvtkjpeg \
-lvtkexpat \
-lvtksys \
-lstdc++ \
-mlibz.a
-lstdc++
#-mlibz.a
INCLUDEPATH += "/usr/local/Cellar/vtk/8.2.0_5/include/vtk-8.2"
}

Expand Down

0 comments on commit df45945

Please sign in to comment.