Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_io_qstorageinfo.cpp File Reference

(11d69325605071a32d10ed4392c67e9a07445ada)

Go to the source code of this file.

Functions

QStorageInfo storage (qApp->applicationDirPath())
 [0]
 
 if (storage.isValid() &&storage.isReady())
 
 foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes())
 [0]
 
 qDebug ()<< storage.rootPath()
 [1]
 

Variables

QStorageInfo storage = QStorageInfo::root()
 [1]
 

Function Documentation

◆ foreach()

foreach ( const QStorageInfo & storage,
QStorageInfo::mountedVolumes()  )

[0]

[1]

Definition at line 14 of file src_corelib_io_qstorageinfo.cpp.

References QStorageInfo::isReadOnly(), QStorageInfo::isReady(), QStorageInfo::isValid(), and storage.

+ Here is the call graph for this function:

◆ if()

if ( storage. isValid) &&storage.isReady()

Definition at line 8 of file src_corelib_io_qstorageinfo.cpp.

◆ qDebug()

qDebug ( )

[1]

[toString]

◆ storage()

QStorageInfo storage ( qApp-> applicationDirPath())

[0]

Variable Documentation

◆ storage