TDE 0.1.0
 
Loading...
Searching...
No Matches
info.hpp
Go to the documentation of this file.
1
12#pragma once
13
14#include <qstring.h>
15
16namespace tde::app {
17
22struct Info
23{
24 QString name;
25 QString exec;
26 QString icon;
27};
28
29}
Application information.
Definition info.hpp:23