9#include "BusyLeafItem.h"
13#include "IException.h"
16#include "AbstractTreeItem.h"
26 BusyLeafItem::~BusyLeafItem() {
30 QVariant BusyLeafItem::getData()
const {
31 return QVariant(
"Working...");
35 bool BusyLeafItem::isSelectable()
const {
Base class for an item without data.
Base class for an item in the tree.
This is free and unencumbered software released into the public domain.