Project

General

Profile

Style-report-220512 » History » Version 1

Никита Артемов, 05/22/2012 02:26 PM

1 1 Никита Артемов
h1. Статический анализ qml-components 
2
3
h2. Основные ошибки
4
5
* неиспользуемая функция 
6
7
<pre>
8
[notificationmanager.cpp:59]: (style) The function 'bugAuthor' is never used
9
[notificationmanager.cpp:72]: (style) The function 'bugComment' is never used
10
[mfiltersmanager.cpp:35]: (style) The function 'currentTab' is never usedused
11
[mfiltersmanager.cpp:48]: (style) The function 'serviceIndex' is never used
12
[feedmanager.cpp:189]: (style) The function 'feedTypeState' is never used
13
[accountmanager.cpp:231]: (style) The function 'hasAccounts' is never used
14
[accountmanager.cpp:67]: (style) The function 'selected' is never used
15
[programsettings.cpp:49]: (style) The function 'hideStatusBar' is never used
16
[programsettings.cpp:35]: (style) The function 'lightTheme' is never used
17
[programsettings.cpp:21]: (style) The function 'lockOrientation' is never used
18
[widgets/eventmanager.cpp:63]: (style) The function 'firstDayOfMonth' is never used
19
[widgets/messagesmanager.cpp:125]: (style) The function 'canSendMessages' is never used
20
[widgets/geomanager.cpp:49]: (style) The function 'checkinsCount' is never used
21
[widgets/imageviewer.cpp:174]: (style) The function 'currentIndex' is never used
22
[widgets/imageviewer.cpp:43]: (style) The function 'userIcon' is never used
23
[widgets/imageviewer.cpp:48]: (style) The function 'userName' is never used
24
[widgets/eventmanager.cpp:68]: (style) The function 'weekDayOfFirst' is never used
25
[widgets/eventmanager.cpp:106]: (style) The function 'dateTitle' is never used
26
[widgets/eventmanager.cpp:48]: (style) The function 'eventsCount' is never used
27
[widgets/eventmanager.cpp:53]: (style) The function 'eventsOfDayCount' is never 
28
[widgets/albumsmanager.cpp:102]: (style) The function 'isAlbumsUpdate' is never used
29
[widgets/photosmanager.cpp:221]: (style) The function 'isDownloadCompleted' is never used
30
[widgets/eventmanager.cpp:58]: (style) The function 'isEventsUpdate' is never used
31
[widgets/messagesmanager.cpp:135]: (style) The function 'isFriendMessages' is never used
32
[widgets/profilesmanager.cpp:109]: (style) The function 'isFriendsUpdate' is never used
33
[widgets/geomanager.cpp:59]: (style) The function 'isGeoUpdate' is never used
34
[widgets/messagesmanager.cpp:130]: (style) The function 'isMessagesUpdate' is never used
35
[widgets/photosmanager.cpp:85]: (style) The function 'isPhotosUpdate' is never used
36
[widgets/profilebrowser.cpp:199]: (style) The function 'isProfileUpdate' is never used
37
[widgets/eventmanager.cpp:111]: (style) The function 'mainTitle' is never used
38
[widgets/messagecomposer.cpp:36]: (style) The function 'nameFilter' is never used
39
[widgets/profilesmanager.cpp:83]: (style) The function 'onlineCount' is never used
40
[widgets/photosmanager.cpp:216]: (style) The function 'photosDownload' is never used
41
[widgets/geomanager.cpp:54]: (style) The function 'placesCount' is never used
42
[widgets/albumsmanager.cpp:58]: (style) The function 'profileIcon' is never used
43
[widgets/albumsmanager.cpp:107]: (style) The function 'showMyAlbums' is never used
44
[types/folderlistmodel.cpp:336]: (style) The function 'showDirs' is never used
45
[types/folderlistmodel.cpp:373]: (style) The function 'showDotAndDotDot' is never used
46
[types/folderlistmodel.cpp:351]: (style) The function 'showFiles' is never used
47
[types/folderlistmodel.cpp:395]: (style) The function 'showOnlyReadable' is never used
48
[types/folderlistmodel.cpp:278]: (style) The function 'isFolder' is never used
49
[types/folderlistmodel.cpp:187]: (style) The function 'parentFolder' is never used
50
[types/folderlistmodel.cpp:433]: (style) The function 'selectedItems' is never used
51
</pre>