FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
QAppSingletonProto.h
Go to the documentation of this file.
1#ifndef QAPP_HOLDER_PROTO_H
2#define QAPP_HOLDER_PROTO_H
3
4#include <QApplication>
5#include <memory>
6
10namespace gui::window::prompt {
14 class
15 QAppSingletonProto { // NOLINT(cppcoreguidelines-special-member-functions,hicpp-special-member-functions)
16 public:
22 static std::unique_ptr<QApplication> createTempQApplication();
23
24 virtual ~QAppSingletonProto() = default;
25 };
26} // namespace gui::window::prompt
27#endif // QAPP_HOLDER_PROTO_H
An internal helper class for handling QApplication.
GUI user prompt utilities.