QTfrontend/util/platform/AutoUpdater.cpp
author unc0rr
Wed, 01 Jan 2014 00:45:28 +0400
changeset 9894 b7ef8bdaf5d7
parent 8381 588a8e6e2041
permissions -rw-r--r--
This is the way I like it: - Only call fpc on hwengine.pas, let compiler rule the dependencies - Make hwengine.pas depend on all other source files, so 'make' always calls fpc

/*
 * Copyright (C) 2008 Remko Troncon
 */

#include "AutoUpdater.h"

AutoUpdater::~AutoUpdater()
{
}