19 lines
299 B
C++
19 lines
299 B
C++
#ifndef slic3r_SendSystemInfoDialog_hpp_
|
|
#define slic3r_SendSystemInfoDialog_hpp_
|
|
|
|
#include "GUI_Utils.hpp"
|
|
|
|
#include <string>
|
|
|
|
namespace Slic3r {
|
|
|
|
namespace GUI {
|
|
|
|
void show_send_system_info_dialog_if_needed();
|
|
|
|
|
|
} // namespace GUI
|
|
} // namespace Slic3r
|
|
|
|
#endif // slic3r_SendSystemInfoDialog_hpp_
|