src/prompts.h

changeset 20
a5457405cc9b
parent 13
9bdddd2ccde6
child 26
9aab482c9125
equal deleted inserted replaced
19:c9b6dd9dd4cd 20:a5457405cc9b
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef PROMPTS_H 19 #ifndef ZANDEMO_PROMPTS_H
20 #define PROMPTS_H 20 #define ZANDEMO_PROMPTS_H
21 21
22 #include <QDialog> 22 #include <QDialog>
23 #include "main.h" 23 #include "main.h"
24 #include "types.h" 24 #include "types.h"
25 25
42 Ui_UnknownVersion* ui; 42 Ui_UnknownVersion* ui;
43 QString m_binaryString; 43 QString m_binaryString;
44 bool m_isRelease; 44 bool m_isRelease;
45 }; 45 };
46 46
47 #endif // PROMPTS_H 47 #endif // ZANDEMO_PROMPTS_H

mercurial