~ubuntu-branches/ubuntu/trusty/kdevplatform/trusty-proposed

« back to all changes in this revision

Viewing changes to language/duchain/tests/benchhashes.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-12-09 17:24:43 UTC
  • mfrom: (0.3.25)
  • Revision ID: package-import@ubuntu.com-20131209172443-rstb3roh6fj0c5vw
Tags: 1.6.0-0ubuntu1
* New upstream release (LP: #1259220)
* Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
19
 */
20
20
 
21
 
#ifndef BENCHHASHES_H
22
 
#define BENCHHASHES_H
 
21
#ifndef KDEVPLATFORM_BENCHHASHES_H
 
22
#define KDEVPLATFORM_BENCHHASHES_H
23
23
 
24
24
#include <QObject>
25
25
 
42
42
  void constFind_data();
43
43
  void remove();
44
44
  void remove_data();
 
45
  void typeRepo();
 
46
  void typeRepo_data();
45
47
};
46
48
 
47
 
#endif // BENCHHASHES_H
 
49
#endif // KDEVPLATFORM_BENCHHASHES_H