mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps] Create an abstract class of data model and of data controller
Change-Id: I764b07bde5f81068eaeebed80969f410495bf6b6
This commit is contained in:
9
apps/data.cpp
Normal file
9
apps/data.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "data.h"
|
||||
|
||||
Data::Data() :
|
||||
m_numberOfPairs(0)
|
||||
{
|
||||
}
|
||||
int Data::numberOfPairs() {
|
||||
return m_numberOfPairs;
|
||||
}
|
||||
Reference in New Issue
Block a user