MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / critical

Method critical

src/share/WizMessageBox.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QApplication>
5
6QMessageBox::StandardButton WizMessageBox::critical(QWidget* parent, const QString& title,
7 const QString& text, QMessageBox::StandardButtons buttons,
8 QMessageBox::StandardButton defaultButton)
9{
10 return messageBox(parent, title, text, buttons, defaultButton, QMessageBox::Critical);
11}
12
13QMessageBox::StandardButton WizMessageBox::information(QWidget* parent, const QString& title,
14 const QString& text, QMessageBox::StandardButtons buttons,

Callers 3

normalize_qtplugin_nameFunction · 0.80
normalize_qtlib_nameFunction · 0.80
normalize_brew_nameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected