File: qtuitoolshandlers.cpp

package info (click to toggle)
qtruby 4%3A4.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,556 kB
  • ctags: 5,498
  • sloc: ruby: 24,603; cpp: 23,018; makefile: 65; sh: 20
file content (26 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/***************************************************************************
                          qtuitoolshandlers.cpp  -  QtUiTools specific marshallers
                             -------------------
    begin                : Sun Sep 28 2003
    copyright            : (C) 2003 by Richard Dale
    email                : Richard_Dale@tipitina.demon.co.uk
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#include <ruby.h>

#include <qtruby.h>
#include <smokeruby.h>
#include <marshall_macros.h>

TypeHandler QtUiTools_handlers[] = {
    { 0, 0 }
};