From ce6388c4f44e9e76342a338954fff598372e06f0 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Fri, 04 Apr 2003 03:03:38 +0000 Subject: bitches owe me money. initial commit. zaurus/vercel has sound drivers that doesnt actually change samplerates, so this kinda has problems, currently --- (limited to 'noncore/multimedia/opierec/main.cpp') diff --git a/noncore/multimedia/opierec/main.cpp b/noncore/multimedia/opierec/main.cpp new file mode 100644 index 0000000..5f7c02f --- a/dev/null +++ b/noncore/multimedia/opierec/main.cpp @@ -0,0 +1,22 @@ +/*************************************************************************** + main.cpp - main routine + ***************************************************************************/ +//// main.cpp +//// copyright 2001, 2002, by L. J. Potter +/*************************************************************************** + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ +#include "qtrec.h" +#include + +int main(int argc, char* argv[]) { + QPEApplication a(argc, argv); + QtRec qtrec; + a.showMainWidget( &qtrec); + return a.exec(); +} + + -- cgit v0.9.0.2