ClearLayout.hpp
1 #pragma once
2 #include <qnamespace.h>
3 
4 #include <score_lib_base_export.h>
5 class QLayout;
6 
7 namespace score
8 {
12 SCORE_LIB_BASE_EXPORT void setCursor(Qt::CursorShape c);
13 }
Base toolkit upon which the software is built.
Definition: Application.cpp:90
void setCursor(Qt::CursorShape c)
setCursor sets the cursor safely.
Definition: ClearLayout.cpp:8