MuldeR's Utilities for Qt.
Go to file
2014-12-06 22:07:08 +01:00
include/MUtils Added functions to influence the system timer precision. 2014-12-06 22:07:08 +01:00
res Moved code to set up the console icon into the MUtilities library. Also added the required icon resource to the MUtilities library. 2014-12-03 22:21:53 +01:00
src Added functions to influence the system timer precision. 2014-12-06 22:07:08 +01:00
.gitignore Initial commit. 2014-11-21 17:11:57 +01:00
LICENSE.html Initial commit. 2014-11-21 17:11:57 +01:00
MUtilities_VS2013.sln Initial commit. 2014-11-21 17:11:57 +01:00
MUtilities_VS2013.vcxproj Moved all the Sound-specific functions into MUtilities library. 2014-12-05 21:07:06 +01:00
MUtilities_VS2013.vcxproj.filters Moved all the Sound-specific functions into MUtilities library. 2014-12-05 21:07:06 +01:00
README.html Initial commit. 2014-11-21 17:11:57 +01:00

<!doctype html>
<html>
<head>
	<title>MUtilites</title>
	<meta charset="utf-8" />
	<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</head>
<body>
	<h1>MUtilities &ndash; MuldeR's Utilities for Qt</h1>
	<h2>Copyright (C) 2004-2014 LoRd_MuldeR &lt;MuldeR2@GMX.de&gt;</h2>
	<p><b>Please visit <a href="http://muldersoft.com/">http://muldersoft.com/</a> or <a href="https://github.com/lordmulder?tab=repositories">https://github.com/lordmulder</a> for more information!</b></p>
	<hr>
	<p style="font-family:monospace">
		This library is free software; you can redistribute it and/or<br>
		modify it under the terms of the GNU Lesser General Public<br>
		License as published by the Free Software Foundation; either<br>
		version 2.1 of the License, or (at your option) any later version.<br>
		<br>
		This library is distributed in the hope that it will be useful,<br>
		but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU<br>
		Lesser General Public License for more details.<br>
		<br>
		You should have received a copy of the GNU Lesser General Public<br>
		License along with this library; if not, write to the Free Software<br>
		Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
	</p>
	<p><a href="https://www.gnu.org/licenses/lgpl-2.1.html">https://www.gnu.org/licenses/lgpl-2.1.html</a></p>
	<hr>
	<p>e.o.f.</p>
</body>
</html>