logic: vs plugin solution utility
Utility class to get list of files in a vs solution in the plugin.
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#include "qt/utility/utilityQt.h"
|
||||
#include "qt/view/graphElements/QtGraphNodeData.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
QtGraphNodeExpandToggle::QtGraphNodeExpandToggle(bool expanded, int invisibleSubNodeCount)
|
||||
: m_invisibleSubNodeCount(invisibleSubNodeCount)
|
||||
, m_expanded(expanded)
|
||||
|
||||
Reference in New Issue
Block a user