~kst-plot/kst/debian-xenial

« back to all changes in this revision

Viewing changes to src/libkst/builtindatasources.h

  • Committer: Steven Benton
  • Date: 2012-11-04 22:45:35 UTC
  • mfrom: (1.2.10)
  • Revision ID: stevebenton@rogers.com-20121104224535-mnnvrp4mhvuz0h2p
* New upstream release.
* Non-maintainer upload.
* Remove patches that have been resolved upstream:
  - desktop-entry-contains-encoding-key.diff
  - desktop-entry-lacks-main-category.diff
    - upstream uses Education category rather than Graphics
  - fix-qreal-vs-double-for-arm.diff
* kst package Replaces and Conflicts with kst2 -- for old PPA users only

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***************************************************************************
2
 
 *                                                                         *
3
 
 *   copyright : (C) 2007 The University of Toronto                        *
4
 
 *                   netterfield@astro.utoronto.ca                         *
5
 
 *                                                                         *
6
 
 *   This program is free software; you can redistribute it and/or modify  *
7
 
 *   it under the terms of the GNU General Public License as published by  *
8
 
 *   the Free Software Foundation; either version 2 of the License, or     *
9
 
 *   (at your option) any later version.                                   *
10
 
 *                                                                         *
11
 
 ***************************************************************************/
12
 
 
13
 
#ifndef BUILTINDATASOURCES_H
14
 
#define BUILTINDATASOURCES_H
15
 
 
16
 
#include "kst_export.h"
17
 
 
18
 
namespace Kst {
19
 
  class ObjectStore;
20
 
 
21
 
  namespace Builtins {
22
 
    KSTCORE_EXPORT void initDataSources();
23
 
  }
24
 
}
25
 
 
26
 
#endif
27
 
 
28
 
// vim: ts=2 sw=2 et