summaryrefslogtreecommitdiffstats
blob: 503cef8a8f1b5c03ed7f5d79a699b976d5aa7ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2010 Isode Limited.
 * All rights reserved.
 * See the COPYING file for more information.
 */

#include "Swift/Controllers/UIInterfaces/XMLConsoleWidget.h"

namespace Swift {

XMLConsoleWidget::~XMLConsoleWidget() {
}

}