diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-22 18:34:16 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-22 18:34:16 -0500 |
commit | 58cefd2d0172e7c1b51e00472a87df03e52c66c3 (patch) | |
tree | e3277b21843dddd0006f7844ce9bda5d6ec1f532 /clients/tde/src/app/views/instrumentview.h | |
parent | a3e28da8e9b180a9a9552ee3e280e6520f53cc6b (diff) | |
download | ulab-58cefd2d0172e7c1b51e00472a87df03e52c66c3.tar.gz ulab-58cefd2d0172e7c1b51e00472a87df03e52c66c3.zip |
Add client image display windows to remotefpga viewer
Diffstat (limited to 'clients/tde/src/app/views/instrumentview.h')
-rw-r--r-- | clients/tde/src/app/views/instrumentview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/tde/src/app/views/instrumentview.h b/clients/tde/src/app/views/instrumentview.h index fa4551a..a866b9d 100644 --- a/clients/tde/src/app/views/instrumentview.h +++ b/clients/tde/src/app/views/instrumentview.h @@ -46,6 +46,7 @@ class InstrumentView : public KMdiChildView private: void init(); + KMdiMainFrm* m_mainForm; TQString m_libraryName; RemoteLab::InstrumentPart *m_instrumentPart; bool m_fixedSize; |