slider signals value change on drag

This commit is contained in:
itsmattkc
2019-09-08 09:14:53 +10:00
parent ee0042f390
commit 33ad6fba90
3 changed files with 8 additions and 19 deletions
-6
View File
@@ -1,6 +0,0 @@
#include "nodemenu.h"
NodeMenu::NodeMenu()
{
}
-11
View File
@@ -1,11 +0,0 @@
#ifndef NODEMENU_H
#define NODEMENU_H
class NodeMenu
{
public:
NodeMenu();
};
#endif // NODEMENU_H