~ubuntu-branches/ubuntu/feisty/k3b/feisty-backports

« back to all changes in this revision

Viewing changes to src/k3bwriterselectionwidget.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-09-05 10:00:13 UTC
  • mfrom: (28.1.11 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070905100013-h0ey1jtz2xvd8dq2
Tags: 1.0.3-0ubuntu3~feisty1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *
3
 
 * $Id: k3bwriterselectionwidget.h 619556 2007-01-03 17:38:12Z trueg $
 
3
 * $Id: k3bwriterselectionwidget.h 690635 2007-07-21 16:47:29Z trueg $
4
4
 * Copyright (C) 2003 Sebastian Trueg <trueg@k3b.org>
5
5
 *
6
6
 * This file is part of the K3b project.
101
101
   */
102
102
  void setOverrideDevice( K3bDevice::Device* dev, const QString& overrideString = QString::null, const QString& tooltip = QString::null );
103
103
 
 
104
  /**
 
105
   * Compare K3bMediaSelectionComboBox::setIgnoreDevice
 
106
   */
 
107
  void setIgnoreDevice( K3bDevice::Device* dev );
 
108
 
104
109
 signals:
105
110
  void writerChanged();
106
111
  void writerChanged( K3bDevice::Device* );