Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SendSystemInfoDialog.hpp « GUI « slic3r « src - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbc3ca9789a569c0e9f7cc36801ab3fb63586890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef slic3r_SendSystemInfoDialog_hpp_
#define slic3r_SendSystemInfoDialog_hpp_

namespace Slic3r {

namespace GUI {

void show_send_system_info_dialog_if_needed();


} // namespace GUI
} // namespace Slic3r

#endif // slic3r_SendSystemInfoDialog_hpp_