Vuo  2.3.2
VuoErrorDialog.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
16 {
17 public:
18  static void show(QWidget *parent, QString summary, QString details, QString disclosureDetails="");
19 };