00001 /*************************************************************************** 00002 id-generator.h - description 00003 ------------------- 00004 begin : Wed Mar 11 2009 00005 copyright : (C) 2009 by Martin Witte 00006 email : emw-kradio@nocabal.de 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef __KRADIO_ID_GENERATOR_H__ 00019 #define __KRADIO_ID_GENERATOR_H__ 00020 00021 #ifdef HAVE_CONFIG_H 00022 #include <config.h> 00023 #endif 00024 00025 00026 extern QString generateRandomID(size_t length); 00027 00028 00029 #endif