Skip to content

Commit

Permalink
fix copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
thayakawa-gh committed Apr 12, 2021
1 parent 270a325 commit 97eaac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion SlackLogViewer/SlackLogViewer/SlackLogViewer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ BEGIN
VALUE "FileDescription", "SlackLogViewer"
VALUE "FileVersion", "1.1.2.2"
VALUE "InternalName", "SlackLogViewer.exe"
VALUE "LegalCopyright", "Copyright (C) 2020 T.Hayakawa"
VALUE "LegalCopyright", "Copyright (C) 2020-2021 T.Hayakawa"
VALUE "OriginalFilename", "SlackLogViewer.exe"
VALUE "ProductName", "SlackLogViewer"
VALUE "ProductVersion", "1.1.2.2"
Expand Down
8 changes: 2 additions & 6 deletions SlackLogViewer/SlackLogViewer/SlackLogViewer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
<ClCompile Include="MessageListView.cpp" />
<ClCompile Include="CacheStatus.cpp" />
<ClCompile Include="Message.cpp" />
<ClCompile Include="UserListView.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="UserListView.cpp" />
</ItemGroup>
<ItemGroup>
<QtMoc Include="DocumentView.h" />
Expand All @@ -62,9 +60,7 @@
<ClInclude Include="resource.h" />
<ClInclude Include="Singleton.h" />
<ClInclude Include="Message.h" />
<ClInclude Include="UserListView.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="UserListView.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="SlackLogViewer.rc">
Expand Down
3 changes: 0 additions & 3 deletions SlackLogViewer/SlackLogViewer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
#include <QTextCodec>
#include <QGuiApplication>
#include <QScreen>
#include <Windows.h>

int main(int argc, char *argv[])
{
SetErrorMode(0);

gSettings = std::make_unique<QSettings>("settings.ini", QSettings::IniFormat);
gSettings->setIniCodec(QTextCodec::codecForName("UTF-8"));
Construct(*gSettings);
Expand Down

0 comments on commit 97eaac7

Please sign in to comment.