~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to utilities/queuemanager/toolsview.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2010-04-09 21:30:01 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100409213001-4bfyibrd359rn7o3
Tags: 2:1.2.0-0ubuntu1
* New upstream release (LP: #560576)
* Remove all patches, fixed upstream
  - Remove quilt build-depend

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Date        : 2009-04-20
7
7
 * Description : a view to available tools in tab view.
8
8
 *
9
 
 * Copyright (C) 2009 Gilles Caulier <caulier dot gilles at gmail dot com>
 
9
 * Copyright (C) 2009-2010 Gilles Caulier <caulier dot gilles at gmail dot com>
10
10
 *
11
11
 * This program is free software; you can redistribute it
12
12
 * and/or modify it under the terms of the GNU General
44
44
 
45
45
public:
46
46
 
47
 
    ToolsView(QWidget *parent=0);
 
47
    ToolsView(QWidget* parent=0);
48
48
    ~ToolsView();
49
49
 
50
50
    void addTool(BatchTool* tool);