QtBase  v6.3.1
Functions | Variables
src_corelib_io_qstorageinfo.cpp File Reference

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

◆ foreach()

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

[0]

[1]

Definition at line 59 of file src_corelib_io_qstorageinfo.cpp.

Here is the call graph for this function:

◆ if()

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

Definition at line 53 of file src_corelib_io_qstorageinfo.cpp.

◆ qDebug()

qDebug ( )

[1]

[toString]

◆ storage()

QStorageInfo storage ( qApp->  applicationDirPath())

[0]

Variable Documentation

◆ storage

[1]

[2]

Definition at line 69 of file src_corelib_io_qstorageinfo.cpp.