Files
haiku-beta6/src/apps/debuganalyzer/MainModel.cpp
T

17 lines
197 B
C++
Raw Normal View History

/*
* Copyright 2009, Ingo Weinhold, [email protected].
* Distributed under the terms of the MIT License.
*/
#include "MainModel.h"
MainModel::MainModel()
{
}
MainModel::~MainModel()
{
}