diff options
author | David Shah <davey1576@gmail.com> | 2018-06-26 15:58:35 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-26 15:58:35 +0200 |
commit | 95de0a36b43776ffd07993ff7d2be994981aa8fb (patch) | |
tree | f40c72cd0a4aaa0df13a9ef7401d7dc73a235ce7 /gui/fpgaviewwidget.h | |
parent | 21d5a04501e411b8c1391606c1eafba5d4789c41 (diff) | |
parent | 0bd73c19778c9bdbc8e6d85c120715e239a9bc0d (diff) | |
download | nextpnr-95de0a36b43776ffd07993ff7d2be994981aa8fb.tar.gz nextpnr-95de0a36b43776ffd07993ff7d2be994981aa8fb.tar.bz2 nextpnr-95de0a36b43776ffd07993ff7d2be994981aa8fb.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'gui/fpgaviewwidget.h')
-rw-r--r-- | gui/fpgaviewwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/fpgaviewwidget.h b/gui/fpgaviewwidget.h index 980571fd..1d878696 100644 --- a/gui/fpgaviewwidget.h +++ b/gui/fpgaviewwidget.h @@ -240,8 +240,8 @@ class FPGAViewWidget : public QOpenGLWidget, protected QOpenGLFunctions void mouseMoveEvent(QMouseEvent *event) Q_DECL_OVERRIDE; void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; void drawElement(LineShaderData &data, const GraphicElement &el); - QMainWindow *getMainWindow(); - + public Q_SLOTS: + void newContext(Context *ctx); private: QPoint lastPos_; float moveX_; |