Cockatrice 2026-03-05-Development-2.11.0-beta.54
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
override_printing_warning.h
Go to the documentation of this file.
1#ifndef COCKATRICE_OVERRIDE_PRINTING_WARN_H
2#define COCKATRICE_OVERRIDE_PRINTING_WARN_H
3#include <QMessageBox>
4
6{
7
16bool execMessageBox(QWidget *parent, bool enable);
17
18} // namespace OverridePrintingWarning
19
20#endif // COCKATRICE_OVERRIDE_PRINTING_WARN_H
Definition override_printing_warning.h:6
bool execMessageBox(QWidget *parent, bool enable)
Pops up the warning message for the changing the override printing setting. If the user clicks accept...
Definition override_printing_warning.cpp:6