root/src/apps/debuganalyzer/gui/main_window/WaitObjectsPage.cpp
/*
 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */


#include "main_window/WaitObjectsPage.h"


MainWindow::WaitObjectsPage::WaitObjectsPage(MainWindow* parent)
        :
        fParent(parent)
{
}