~schumski-deactivatedaccount-deactivatedaccount/k3b/master

« back to all changes in this revision

Viewing changes to src/k3bappdevicemanager.h

  • Committer: Yuri Chornoivan
  • Date: 2019-11-18 15:33:10 UTC
  • Revision ID: git-v1:3bfde6eee71bd14a2f012bc82c2cde92fc878140
Fix minor typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
        /**
52
52
         * Emitted when starting to detect the diskinfo. This may be used to show some info
53
 
         * to the user since deteting the diskinfo might take some time.
 
53
         * to the user since detecting the diskinfo might take some time.
54
54
         */
55
55
        void detectingDiskInfo( K3b::Device::Device* );
56
56
 
59
59
 
60
60
    public Q_SLOTS:
61
61
        /**
62
 
         * \reimplemeted for internal reasons. The API is unaffected.
 
62
         * \reimplemented for internal reasons. The API is unaffected.
63
63
         */
64
64
        void clear() override;
65
65
 
91
91
 
92
92
    private:
93
93
        /**
94
 
         * \reimplemeted for internal reasons. The API is unaffected.
 
94
         * \reimplemented for internal reasons. The API is unaffected.
95
95
         */
96
96
        Device::Device* addDevice( const Solid::Device& solidDev ) override;
97
97
        void removeDevice( const Solid::Device& solidDev ) override;