kradio4  r778
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
id-generator.h
Go to the documentation of this file.
1 /***************************************************************************
2  id-generator.h - description
3  -------------------
4  begin : Wed Mar 11 2009
5  copyright : (C) 2009 by Martin Witte
6  email : emw-kradio@nocabal.de
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #ifndef __KRADIO_ID_GENERATOR_H__
19 #define __KRADIO_ID_GENERATOR_H__
20 
21 #ifdef HAVE_CONFIG_H
22 #include <config.h>
23 #endif
24 
25 
26 extern QString generateRandomID(size_t length);
27 
28 
29 #endif
QString generateRandomID(size_t length)