~ubuntu-branches/ubuntu/oneiric/k3b/oneiric

« back to all changes in this revision

Viewing changes to src/k3bemptydiscwaiter.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-03-05 18:46:32 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100305184632-uhnjo6k45yi6bkmu
Tags: 1.90.0~rc1-0ubuntu1
* New upstream release
  - Bump kdelibs5-dev to 4.4.1 as required, k3b uses KAuth since this version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *
3
 
 * Copyright (C) 2003-2009 Sebastian Trueg <trueg@k3b.org>
 
3
 * Copyright (C) 2003-2010 Sebastian Trueg <trueg@k3b.org>
4
4
 *
5
5
 * This file is part of the K3b project.
6
 
 * Copyright (C) 1998-2009 Sebastian Trueg <trueg@k3b.org>
 
6
 * Copyright (C) 1998-2010 Sebastian Trueg <trueg@k3b.org>
7
7
 *
8
8
 * This program is free software; you can redistribute it and/or modify
9
9
 * it under the terms of the GNU General Public License as published by
52
52
         * @reimplemented from JobHandler
53
53
         * \internal do not use!
54
54
         */
55
 
        Device::MediaType waitForMedia( Device::Device*,
56
 
                                        Device::MediaStates mediaState = Device::STATE_EMPTY,
57
 
                                        Device::MediaTypes mediaType = Device::MEDIA_WRITABLE_CD,
58
 
                                        const QString& message = QString() );
 
55
        Device::MediaType waitForMedium( Device::Device*,
 
56
                                         Device::MediaStates mediaState = Device::STATE_EMPTY,
 
57
                                         Device::MediaTypes mediaType = Device::MEDIA_WRITABLE_CD,
 
58
                                         const K3b::Msf& minMediaSize = K3b::Msf(),
 
59
                                         const QString& message = QString() );
59
60
 
60
61
        /**
61
62
         * @reimplemented from JobHandler
89
90
        static Device::MediaType wait( Device::Device*,
90
91
                                       Device::MediaStates mediaState,
91
92
                                       Device::MediaTypes mediaType = Device::MEDIA_WRITABLE_CD,
 
93
                                       const K3b::Msf& minMediaSize = K3b::Msf(),
92
94
                                       const QString& message = QString(),
93
95
                                       QWidget* parent = 0 );
94
96
 
109
111
 
110
112
        Device::MediaType waitForDisc( Device::MediaStates mediaState = Device::STATE_EMPTY,
111
113
                                       Device::MediaTypes mediaType = Device::MEDIA_WRITABLE_CD,
 
114
                                       const K3b::Msf& minMediaSize = K3b::Msf(),
112
115
                                       const QString& message = QString() );
113
116
 
114
117