ABBAPOH / andromeda

Cross-platform file manager, written on Qt.
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Creating QDriveInfo in NavigationPanel::paint event is slow #17

Closed ABBAPOH closed 12 years ago

ABBAPOH commented 12 years ago

According to Time Profiler creating QDriveInfo in NavigationPanel::paint event is rather slow, we need to cache drive info in NavigationModel. However, it is not always possible to retrieve correct drive type (in case of remounting of virtual drives on Windows). Dunno how to fix:(