7 lines
140 B
C++
7 lines
140 B
C++
#include "Properties/Property.h"
|
|
|
|
template <typename T>
|
|
void Property<T>::setProperty(LPPROPGRIDITEM item)
|
|
{
|
|
_owner->propertiesChanged();
|
|
} |