Skip to content

Commit

Permalink
delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminyangguang520 authored and litz-a committed Jan 19, 2016
1 parent bce1485 commit 2786a53
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 329 deletions.
6 changes: 3 additions & 3 deletions GLDUserInfoUtils/GLDDiskInfoUtils.h
Original file line number Diff line number Diff line change
@@ -1,9 1,10 @@
#ifndef GLDDISKINFOUTILS_H
#define GLDDISKINFOUTILS_H

#include <qt_windows.h>
#include <bitset>
#include <windows.h>
#include <Winioctl.h>

#include <bitset>
#include <QVector>
#include <QString>

Expand Down Expand Up @@ -31,7 32,6 @@ namespace GlodonDiskInfo
QString m_strFileSystem; // 分区格式
qulonglong m_dwTotalMBytes; // 总空间
qulonglong m_dwFreeMBytes; // 可用空间

}DiskInfomation;

/**
Expand Down
Loading

0 comments on commit 2786a53

Please sign in to comment.