⚲
Projekt
Allgemein
Profil
Anmelden
Registrieren
Hauptseite
Projekte
Suche
:
CuteEntityManager
Alle Projekte
CuteEntityManager
Übersicht
Aktivität
Roadmap
Tickets
News
Wiki
Dateien
Repository
HTTPS
Herunterladen als
Format auswählen
zip
tar
tar.gz
Herunterladen (246 Bytes)
Statistiken
| Zweig:
arIntegration
dev
devel
diffImprovement
fixPropertyWrite
heritageBug
master
qt56
seb
temp
test
wip
| Revision:
root
/
samples
/
simple
/
occasion.cpp
@ 1bbd25fa
Anzeigen
Historie
Annotieren
#include
"occasion.h"
Occasion
::
Occasion
()
:
Entity
()
{
m_text
.
clear
();
}
Occasion
::
Occasion
(
QString
text
)
{
m_text
=
text
;
}
QString
Occasion
::
text
()
{
return
m_text
;
}
void
Occasion
::
setText
(
QString
&
text
)
{
m_text
=
text
;
}
« Zurück
1
…
13
14
15
16
17
…
27
Weiter »
(15-15/27)
Lade...