From 8bbb661966f702f704fc878ac3277fa62b46e8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Sat, 22 Oct 2016 18:30:28 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@132 a8b55f48-bf90-11e4-a774-851b48703e85 --- {telegram_test => telegram_bot}/execbot.cpp | 0 {telegram_test => telegram_bot}/execbot.h | 0 {telegram_test => telegram_bot}/json.cpp | 0 {telegram_test => telegram_bot}/json.h | 0 {telegram_test => telegram_bot}/main.cpp | 0 .../telegram_test.pro => telegram_bot/telegram_bot.pro | 2 +- {telegram_test => telegram_bot}/telegrambotapi.cpp | 0 {telegram_test => telegram_bot}/telegrambotapi.h | 0 {telegram_test => telegram_bot}/telegrambotbase.cpp | 0 {telegram_test => telegram_bot}/telegrambotbase.h | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename {telegram_test => telegram_bot}/execbot.cpp (100%) rename {telegram_test => telegram_bot}/execbot.h (100%) rename {telegram_test => telegram_bot}/json.cpp (100%) rename {telegram_test => telegram_bot}/json.h (100%) rename {telegram_test => telegram_bot}/main.cpp (100%) rename telegram_test/telegram_test.pro => telegram_bot/telegram_bot.pro (89%) rename {telegram_test => telegram_bot}/telegrambotapi.cpp (100%) rename {telegram_test => telegram_bot}/telegrambotapi.h (100%) rename {telegram_test => telegram_bot}/telegrambotbase.cpp (100%) rename {telegram_test => telegram_bot}/telegrambotbase.h (100%) diff --git a/telegram_test/execbot.cpp b/telegram_bot/execbot.cpp similarity index 100% rename from telegram_test/execbot.cpp rename to telegram_bot/execbot.cpp diff --git a/telegram_test/execbot.h b/telegram_bot/execbot.h similarity index 100% rename from telegram_test/execbot.h rename to telegram_bot/execbot.h diff --git a/telegram_test/json.cpp b/telegram_bot/json.cpp similarity index 100% rename from telegram_test/json.cpp rename to telegram_bot/json.cpp diff --git a/telegram_test/json.h b/telegram_bot/json.h similarity index 100% rename from telegram_test/json.h rename to telegram_bot/json.h diff --git a/telegram_test/main.cpp b/telegram_bot/main.cpp similarity index 100% rename from telegram_test/main.cpp rename to telegram_bot/main.cpp diff --git a/telegram_test/telegram_test.pro b/telegram_bot/telegram_bot.pro similarity index 89% rename from telegram_test/telegram_test.pro rename to telegram_bot/telegram_bot.pro index c5dd5ab..d7ed823 100644 --- a/telegram_test/telegram_test.pro +++ b/telegram_bot/telegram_bot.pro @@ -6,7 +6,7 @@ QT += core gui network -TARGET = telegram_test +TARGET = telegram_bot TEMPLATE = app diff --git a/telegram_test/telegrambotapi.cpp b/telegram_bot/telegrambotapi.cpp similarity index 100% rename from telegram_test/telegrambotapi.cpp rename to telegram_bot/telegrambotapi.cpp diff --git a/telegram_test/telegrambotapi.h b/telegram_bot/telegrambotapi.h similarity index 100% rename from telegram_test/telegrambotapi.h rename to telegram_bot/telegrambotapi.h diff --git a/telegram_test/telegrambotbase.cpp b/telegram_bot/telegrambotbase.cpp similarity index 100% rename from telegram_test/telegrambotbase.cpp rename to telegram_bot/telegrambotbase.cpp diff --git a/telegram_test/telegrambotbase.h b/telegram_bot/telegrambotbase.h similarity index 100% rename from telegram_test/telegrambotbase.h rename to telegram_bot/telegrambotbase.h