diff gui/src/OctaveLink.h @ 13519:35ecb6063c7b

Made the view connect with the history model.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Tue, 19 Jul 2011 16:14:14 +0200
parents bace956a3724
children 17bb8974577b
line wrap: on
line diff
--- a/gui/src/OctaveLink.h
+++ b/gui/src/OctaveLink.h
@@ -138,9 +138,8 @@
 
   /** History related member variables. */
   QStringListModel *m_historyModel;
-  QSemaphore *m_historySemaphore;
-  QStringList m_historyBuffer;
-  int m_previousHistoryLength;
+  QStringList m_history;
+
   static OctaveLink m_singleton;
 };
 #endif // OCTAVELINK_H