include/tools.h
author Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 20 Aug 2009 21:08:16 +0200
changeset 6 acfe33bf1dcc
parent 4 fdf04a93faeb
permissions -rw-r--r--
Minimum and Maximum Expanding Error in newer qt versions

/*
 *  $Id: tools.h 2 2007-12-22 14:15:30Z mbroeker $
 * $URL: http://localhost/svn/cpp/qMonitor/trunk/include/tools.h $
 */

#ifndef TOOLS_H
#define TOOLS_H

#include <sstream>

std::string itoa (const int &i);
#endif