Init version
This commit is contained in:
16
DEC_GUI/Kolch_Shind/history.cpp
Normal file
16
DEC_GUI/Kolch_Shind/history.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "history.h"
|
||||
|
||||
History::History()
|
||||
{
|
||||
}
|
||||
|
||||
QVector <data> History::getAllHistory()
|
||||
{
|
||||
return singleModelHistory;
|
||||
}
|
||||
|
||||
data History::getSingleModelHistory(int i)
|
||||
{
|
||||
return singleModelHistory[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user