SyntaxTutor
1.0.4
Educational app designed to help compiler students understand LL(1) and SLR(1) parsing algorithms.
Loading...
Searching...
No Matches
appversion.h
Go to the documentation of this file.
1
#ifndef APPVERSION_H
2
#define APPVERSION_H
3
4
#include <QString>
5
6
namespace
SyntaxTutor::Version
{
7
inline
QString
current
() {
8
return
QStringLiteral(
"1.0.4"
);
9
}
10
11
inline
const
char
*
raw
() {
12
return
"1.0.4"
;
13
}
14
}
// namespace SyntaxTutor::Version
15
#endif
// APPVERSION_H
SyntaxTutor::Version
Definition
appversion.h:6
SyntaxTutor::Version::current
QString current()
Definition
appversion.h:7
SyntaxTutor::Version::raw
const char * raw()
Definition
appversion.h:11
appversion.h
Generated by
1.15.0